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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

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

C#
public IndicatorHlcValueDataPoint()
C#
public IndicatorHlcValueDataPoint(int high, int low, int close, object category)
Parameters:highintlowintcloseintcategoryobject

Properties

Gets or sets the close associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double Close { get; set; }

Gets or sets the high associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double High { get; set; }

Gets or sets the low associated with the point.

C#
[TypeConverter(typeof(StringToDoubleConverter))]
public virtual double Low { get; set; }