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
DataPointMember
|
Close
Bind to the Close member of a data point.
Declaration
public const DataPointMember Close
Field Value
DataPointMember
|
High
Bind to the High member of a data point.
Declaration
public const DataPointMember High
Field Value
DataPointMember
|
Label
Bind to the Label of a data point.
Declaration
public const DataPointMember Label
Field Value
DataPointMember
|
LegendLabel
Bind to the LegendLabel of a data point.
Declaration
public const DataPointMember LegendLabel
Field Value
DataPointMember
|
Low
Bind to the Low member of a data point.
Declaration
public const DataPointMember Low
Field Value
DataPointMember
|
Open
Bind to the Open member of a data point.
Declaration
public const DataPointMember Open
Field Value
DataPointMember
|
Tooltip
Bind to the Tooltip of a data point.
Declaration
public const DataPointMember Tooltip
Field Value
DataPointMember
|
value__
Declaration
public int value__
Field Value
System.Int32
|
XCategory
Bind to the XCategory of a data point.
Declaration
public const DataPointMember XCategory
Field Value
DataPointMember
|
XValue
Bind to the XValue of a data point.
Declaration
public const DataPointMember XValue
Field Value
DataPointMember
|
YValue
Bind to the YValue of a data point.
Declaration
public const DataPointMember YValue
Field Value
DataPointMember
|