Class WaterfallDataPoint
Inheritance
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class WaterfallDataPoint : CategoricalDataPoint, IDisposable, INotifyPropertyChanged
Constructors
WaterfallDataPoint()
WaterfallDataPoint(Double, Boolean, Boolean)
Initializes a new instance of the Waterfall
Declaration
public WaterfallDataPoint(double value, bool isSummary, bool isTotal)
Parameters
System. The value. |
System. The is summary. |
System. The is total. |
WaterfallDataPoint(Double, Boolean, Boolean, Object)
Initializes a new instance of the Waterfall
Declaration
public WaterfallDataPoint(double value, bool isSummary, bool isTotal, object category)
Parameters
System. The value. |
System. The is summary. |
System. The is total. |
System. The category. |
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.
|
Overrides
IsSummary
Gets or sets a value defining whether this point is a Summary point.
Declaration
public bool IsSummary { get; set; }
Property Value
System.
|
IsTotal
Gets or sets a value defining whether this point is a Total point.
Declaration
public bool IsTotal { get; set; }
Property Value
System.
|