Property | Type | Description | |
---|---|---|---|
HighWaterMarkProperty | |||
LatestLevelProperty | |||
LineMarginProperty | DependencyProperty | ||
LowWaterMarkProperty | DependencyProperty | ||
MinYRangeProperty | DependencyProperty | ||
PointFillProperty | DependencyProperty | ||
PointRadiusProperty | DependencyProperty | ||
ShowLatestLevelProperty | DependencyProperty | ||
ShowWatermarksProperty | DependencyProperty | ||
StrokeThicknessProperty | DependencyProperty | ||
TimeSeriesProperty | DependencyProperty |
Method | Description | |
---|---|---|
AddTimeValue ( double value, System.DateTime time = null ) : string | ||
OnApplyTemplate ( ) : void |
Method | Description | |
---|---|---|
OnTimeValueAdded ( Point po, Panel pa, TimeValue timeValue ) : void |
Method | Description | |
---|---|---|
AddPoint ( Point point ) : void | ||
DrawDot ( Point center ) : System.Windows.Shapes.Path | ||
DrawTimeValue ( TimeValue newTimeValue ) : void | ||
GetPoint ( TimeValue timeValue ) : Point | ||
InitializePolyline ( ) : void | ||
OnShowLatestLevelPropertyChanged ( ) : void | ||
OnShowLatestLevelPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnShowWatermarksPropertyChanged ( ) : void | ||
OnShowWatermarksPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnTimeSeriesPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void | ||
OnTimeSeriesPropertyChanged ( DependencyPropertyChangedEventArgs e ) : void | ||
ResetTimeSeries ( ) : void | ||
SetCanvasHeight ( double y ) : void | ||
SetContainerHeight ( double y ) : void | ||
SetLatestLevel ( double y ) : void | ||
SetWatermarks ( double y ) : void | ||
Sparkline ( ) : System | ||
TimeSeriesCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void |
public AddTimeValue ( double value, System.DateTime time = null ) : string | ||
value | double | |
time | System.DateTime | |
return | string |
protected OnTimeValueAdded ( Point po, Panel pa, TimeValue timeValue ) : void | ||
po | Point | |
pa | Panel | |
timeValue | TimeValue | |
return | void |
public static DependencyProperty,System.Windows HighWaterMarkProperty | ||
return |
public static DependencyProperty,System.Windows LatestLevelProperty | ||
return |
public static DependencyProperty LineMarginProperty | ||
return | DependencyProperty |
public static DependencyProperty LowWaterMarkProperty | ||
return | DependencyProperty |
public static DependencyProperty MinYRangeProperty | ||
return | DependencyProperty |
public static DependencyProperty PointFillProperty | ||
return | DependencyProperty |
public static DependencyProperty PointRadiusProperty | ||
return | DependencyProperty |
public static DependencyProperty ShowLatestLevelProperty | ||
return | DependencyProperty |
public static DependencyProperty ShowWatermarksProperty | ||
return | DependencyProperty |
public static DependencyProperty StrokeThicknessProperty | ||
return | DependencyProperty |