Title: FastGraph
Description: Displays a graph with autoresizing property. This is designed to be a really lightweight component as is supposed to be updated during simulation. The component will draw data from a vector that can be changed to update the graph. List must contain only object implementing MeasureDefinition.Value interface. After updating List, user should call repaint()
method to force update of this graph. Labels on x axis are based on xunit value specified in the constructor or on SimulationTime.
|
|
|
|