TimeframeSegmentDataSeries
base class for segmented data series
继承自: BindableObject
实现: IDataSeries<DateTime, double>, IDataSeries, ISuspendable, ITimeframeDataSeries
属性
IsSuspended : bool
Gets a value indicating whether updates for the target are currently suspended
LatestYValue : IComparable
Gets the latest Y-Value of the DataSeries
SeriesName : string
Gets or sets the name of this series
方法
InvalidateParentSurface(RangeMode)
May be called to trigger a redraw on the parent UltrachartSurface. This method is extremely useful when IDataSeries are in a ViewModel and bound via MVVM to IRenderableSeries. Please see the parameter for invalidation options
- rangeMode
- Provides RangeMode invalidation options for the parent surface
ResumeUpdates(IUpdateSuspender)
Resumes updates on the target, intended to be called by IUpdateSuspender
- suspender
SuspendUpdates() : IUpdateSuspender
Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued
返回值: The disposable Update Suspender
事件
DataSeriesChanged : EventHandler<DataSeriesChangedEventArgs>
Event raised whenever points are added to, removed or one or more DataSeries properties changes