Class
IndicatorHlcValueDataPoint

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

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

Inheritance: objectDisposableObjectPropertyBagObjectChartNodeDataPointCategoricalDataPointBaseCategoricalDataPointIndicatorValueDataPointIndicatorHlcValueDataPoint

Implements: IDisposableINotifyPropertyChanged

Inherited Members IndicatorValueDataPoint.BaseValueIndicatorValueDataPoint.ValueCategoricalDataPoint.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

IndicatorHlcValueDataPoint()

Declaration

cs-api-definition
public IndicatorHlcValueDataPoint()

IndicatorHlcValueDataPoint(int, int, int, object)

Declaration

cs-api-definition
public IndicatorHlcValueDataPoint(int high, int low, int close, object category)

Parameters

high

int

low

int

close

int

category

object

Properties

Close

Gets or sets the close associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double Close { get; set; }

Property Value

double

High

Gets or sets the high associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double High { get; set; }

Property Value

double

Low

Gets or sets the low associated with the point.

Declaration

cs-api-definition
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double Low { get; set; }

Property Value

double