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 WaterfallDataPoint class.
Declaration
public WaterfallDataPoint(double value, bool isSummary, bool isTotal)
Parameters
System.Double
value
The value. |
System.Boolean
isSummary
The is summary. |
System.Boolean
isTotal
The is total. |
WaterfallDataPoint(Double, Boolean, Boolean, Object)
Initializes a new instance of the WaterfallDataPoint class.
Declaration
public WaterfallDataPoint(double value, bool isSummary, bool isTotal, object category)
Parameters
System.Double
value
The value. |
System.Boolean
isSummary
The is summary. |
System.Boolean
isTotal
The is total. |
System.Object
category
The category. |
Properties
IsInPlotRange
Determines whether the data point may be plotted correctly.
Declaration
public override bool IsInPlotRange { get; }
Property Value
System.Boolean
|
Overrides
IsSummary
Gets or sets a value defining whether this point is a Summary point.
Declaration
public bool IsSummary { get; set; }
Property Value
System.Boolean
|
IsTotal
Gets or sets a value defining whether this point is a Total point.
Declaration
public bool IsTotal { get; set; }
Property Value
System.Boolean
|