'Declaration Public Enum DataPointPropertyName Inherits System.Enum
'Usage Dim instance As DataPointPropertyName
public enum DataPointPropertyName : System.Enum
'Declaration Public Enum DataPointPropertyName Inherits System.Enum
'Usage Dim instance As DataPointPropertyName
public enum DataPointPropertyName : System.Enum
Member | Description |
---|---|
Label | Apply binding to the Label property. |
None | Do not apply binding. |
X | Apply binding to the X property. |
Y | Apply binding to the Y property. |
<Chart:Series DataPointsSource="{Binding Source={StaticResource cvs}}" Template="{StaticResource template}" ShowPointsInLegend="true"> <Chart:Series.DataPointBindings> <Chart:BindingInfo PropertyName="X"> <Chart:BindingInfo.Binding> <Binding Path="Age"/> </Chart:BindingInfo.Binding> </Chart:BindingInfo> <Chart:BindingInfo PropertyName="Y"> <Chart:BindingInfo.Binding> <Binding Path="Skill"/> </Chart:BindingInfo.Binding> </Chart:BindingInfo> <Chart:BindingInfo PropertyName="Label"> <Chart:BindingInfo.Binding> <Binding Path="Name"/> </Chart:BindingInfo.Binding> </Chart:BindingInfo> </Chart:Series.DataPointBindings> </Chart:Series>
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.Chart.DataPointPropertyName
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2