ClassHighLowCloseIndicatorBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public abstract class HighLowCloseIndicatorBase : IndicatorBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBaseIndicatorBaseHighLowCloseIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
HighLowCloseIndicatorBase()
Declaration
cs-api-definition
protected HighLowCloseIndicatorBase()
Properties
CloseValueMember
Gets or sets the close value member.
Declaration
cs-api-definition
[Browsable(true)]
public string CloseValueMember { get; set; }
Property Value
The close value member.
HighValueMember
Gets or sets the high value member.
Declaration
cs-api-definition
[Browsable(true)]
public string HighValueMember { get; set; }
Property Value
The high value member.
LowValueMember
Gets or sets the low value member.
Declaration
cs-api-definition
[Browsable(true)]
public string LowValueMember { get; set; }
Property Value
The low value member.
Methods
BindMembers()
Binds the members.
Declaration
cs-api-definition
protected override void BindMembers()
Overrides
CreateDefaultDataPoint()
Creates the default data point.
Declaration
cs-api-definition
protected override DataPoint CreateDefaultDataPoint()
Returns
Overrides