Class
WaterfallDataPoint

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class WaterfallDataPoint : CategoricalDataPoint, IDisposable, INotifyPropertyChanged

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointWaterfallDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members CategoricalDataPoint.InitBoundValues()CategoricalDataPoint.ValueCategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryDataPoint.GetBoundValue<T>(int)DataPoint.SetBoundValue(int, object)DataPoint.SetDataItem(object)DataPoint.ContainsBoundValue(int)DataPoint.LabelDataPoint.DataItemDataPoint.IsSelectedChartNode.Arrange(RadRect, bool)ChartNode.Invalidate()ChartNode.SetValueCore(int, object)ChartNode.ClearValueCore(int)ChartNode.IsArrangeValidChartNode.NodeStateChartNode.IndexChartNode.CollectionIndexChartNode.IsTreeLoadedChartNode.LayoutSlotChartNode.ParentChartNode.PresenterChartNode.PropertyChangedPropertyBagObject.IsLocalValue(int)PropertyBagObject.GetValue(int)PropertyBagObject.SetValue(int, object)PropertyBagObject.ClearValue(int)PropertyBagObject.GetTypedValue<T>(int, T)PropertyBagObject.DisposeManagedResources()PropertyBagObject.PropertyStoreDisposableObject.Dispose()DisposableObject.DisposeUnmanagedResources()DisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.EventsDisposableObject.DisposingDisposableObject.Disposed

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.

Declaration

cs-api-definition
public WaterfallDataPoint(double value, bool isSummary, bool isTotal)

Parameters

value

double

The value.

isSummary

bool

The is summary.

isTotal

bool

The is total.

WaterfallDataPoint(double, bool, bool, object)

Initializes a new instance of the WaterfallDataPoint class.

Declaration

cs-api-definition
public WaterfallDataPoint(double value, bool isSummary, bool isTotal, object category)

Parameters

value

double

The value.

isSummary

bool

The is summary.

isTotal

bool

The is total.

category

object

The category.

Properties

IsInPlotRange

Determines whether the data point may be plotted correctly.

Declaration

cs-api-definition
public override bool IsInPlotRange { get; }

Property Value

bool

Overrides CategoricalDataPointBase.IsInPlotRange

IsSummary

Gets or sets a value defining whether this point is a Summary point.

Declaration

cs-api-definition
public bool IsSummary { get; set; }

Property Value

bool

IsTotal

Gets or sets a value defining whether this point is a Total point.

Declaration

cs-api-definition
public bool IsTotal { get; set; }

Property Value

bool