WaterfallDataPoint
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class WaterfallDataPoint : CategoricalDataPoint, IDisposable, INotifyPropertyChanged
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointWaterfallDataPoint...
Implements:
Inherited Members
Constructors
Initializes a new instance of the WaterfallDataPoint class.
C#
public WaterfallDataPoint()
Initializes a new instance of the WaterfallDataPoint class.
Initializes a new instance of the WaterfallDataPoint class.
Properties
Determines whether the data point may be plotted correctly.
C#
public override bool IsInPlotRange { get; }
Overrides:
Gets or sets a value defining whether this point is a Summary point.
C#
public bool IsSummary { get; set; }