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