New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
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

Initializes a new instance of the WaterfallDataPoint class.

C#
public WaterfallDataPoint()

Initializes a new instance of the WaterfallDataPoint class.

C#
public WaterfallDataPoint(double value, bool isSummary, bool isTotal, object category)
Parameters:valuedouble

The value.

isSummarybool

The is summary.

isTotalbool

The is total.

categoryobject

The category.

Initializes a new instance of the WaterfallDataPoint class.

C#
public WaterfallDataPoint(double value, bool isSummary, bool isTotal)
Parameters:valuedouble

The value.

isSummarybool

The is summary.

isTotalbool

The is total.

Properties

Determines whether the data point may be plotted correctly.

C#
public override bool IsInPlotRange { get; }

Overrides: CategoricalDataPointBase.IsInPlotRange

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

C#
public bool IsSummary { get; set; }

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

C#
public bool IsTotal { get; set; }