RadControls for WPF

This enumeration represents the options to map to in the context of a RadChart data point when binding fields from a datasource.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.1.403.40

Syntax

C#
public enum DataPointMember
Visual Basic
Public Enumeration DataPointMember

Members

Member nameValueDescription
XValue0 Bind to the XValue of a data point.
XCategory1 Bind to the XCategory of a data point.
YValue2 Bind to the YValue of a data point.
High3 Bind to the High member of a data point.
Low4 Bind to the Low member of a data point.
Open5 Bind to the Open member of a data point.
Close6 Bind to the Close member of a data point.
Label7 Bind to the Label of a data point.
LegendLabel8 Bind to the LegendLabel of a data point.
Tooltip9 Bind to the Tooltip of a data point.
BubbleSize10 Bind to the size of a bubble representation of a data point.

See Also