Class
IndicatorValueDataPoint

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

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

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointIndicatorValueDataPoint

Derived Classes: IndicatorHlcValueDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members CategoricalDataPoint.InitBoundValues()CategoricalDataPointBase.isInNumericalRangeCategoricalDataPointBase.isInCategoricalRangeCategoricalDataPointBase.CategoryCategoricalDataPointBase.IsInPlotRangeDataPoint.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

IndicatorValueDataPoint()

Declaration

cs-api-definition
public IndicatorValueDataPoint()

Properties

BaseValue

Declaration

cs-api-definition
public double BaseValue { get; }

Property Value

double

Value

Gets or sets the core value associated with the point.

Declaration

cs-api-definition
public override double? Value { get; set; }

Property Value

double?

Overrides CategoricalDataPoint.Value