Class DataPointMember
This enumeration represents the options to map to in the context of a RadChart data point when binding fields from a datasource.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class DataPointMember : Enum
Fields
BubbleSize
Bind to the size of a bubble representation of a data point.
Declaration
public const DataPointMember BubbleSize
Field Value
Close
Bind to the Close member of a data point.
Declaration
public const DataPointMember Close
Field Value
High
Bind to the High member of a data point.
Declaration
public const DataPointMember High
Field Value
Label
Bind to the Label of a data point.
Declaration
public const DataPointMember Label
Field Value
LegendLabel
Bind to the LegendLabel of a data point.
Declaration
public const DataPointMember LegendLabel
Field Value
Low
Bind to the Low member of a data point.
Declaration
public const DataPointMember Low
Field Value
Open
Bind to the Open member of a data point.
Declaration
public const DataPointMember Open
Field Value
Tooltip
Bind to the Tooltip of a data point.
Declaration
public const DataPointMember Tooltip
Field Value
value__
Declaration
public int value__
Field Value
System.
|
XCategory
Bind to the XCategory of a data point.
Declaration
public const DataPointMember XCategory
Field Value
XValue
Bind to the XValue of a data point.
Declaration
public const DataPointMember XValue
Field Value
YValue
Bind to the YValue of a data point.
Declaration
public const DataPointMember YValue