메소드 | 설명 | |
---|---|---|
LiveDataGraph ( ) : System | ||
SetTitle ( string title ) : void | ||
SetYAxisBounds ( double min, double max ) : void | ||
SetYLabels ( List |
Upates the charts Y labels. The control will plot a horizontal line and a legend for each value in this list.
|
|
Update ( double newVal, System.DateTime t ) : void |
Updates the chart data, This method should be called whenever the chart data source switches to a new value.
|
메소드 | 설명 | |
---|---|---|
ArrangeOverride ( |
||
MeasureOverride ( |
메소드 | 설명 | |
---|---|---|
LiveDataGraph_Loaded ( object sender, |
||
LiveDataGraph_Unloaded ( object sender, |
||
OnTimerTick ( object sender, |
||
UpdateGraphBorders ( ) : void | ||
UpdateGraphData ( double newVal, System.DateTime t ) : void |
protected ArrangeOverride ( |
||
finalSize | ||
리턴 |
protected MeasureOverride ( |
||
availableSize | ||
리턴 |
public SetYAxisBounds ( double min, double max ) : void | ||
min | double | |
max | double | |
리턴 | void |
public Update ( double newVal, System.DateTime t ) : void | ||
newVal | double | The new data value. |
t | System.DateTime | Time stamp for when the data has changed. |
리턴 | void |