Stores binding information for a single property of the DataPoint class.
<xctk:Chart MinHeight="300" ShowLegend="False"> <xctk:Chart.Areas> <xctk:Area> <xctk:Area.XAxis> <xctk:Axis Title="Persons" GraduationMode="Manual" LabelsType="Labels"/> </xctk:Area.XAxis> <xctk:Area.YAxis> <xctk:Axis Title="Skill Level" /> </xctk:Area.YAxis> <xctk:Area.Series> <xctk:Series DataPointsSource="{Binding Source={StaticResource PersonCollection}}"> <xctk:Series.DataPointBindings> <xctk:BindingInfo PropertyName="Y"> <xctk:BindingInfo.Binding> <Binding Path="Skill"/> </xctk:BindingInfo.Binding> </xctk:BindingInfo> <xctk:BindingInfo PropertyName="Label"> <xctk:BindingInfo.Binding> <Binding Path="Name"/> </xctk:BindingInfo.Binding> </xctk:BindingInfo> </xctk:Series.DataPointBindings> </xctk:Series> </xctk:Area.Series> </xctk:Area> </xctk:Chart.Areas> </xctk:Chart>
System.Object
Xceed.Wpf.Toolkit.Chart.BindingInfo
Name | Description | |
---|---|---|
![]() | BindingInfo Constructor | Overloaded. Initializes a new instance of the BindingInfo class. |
Name | Description | |
---|---|---|
![]() | Binding | Gets or sets the Binding object to use in binding operations for the associated DataPoint property. |
![]() | PropertyName | Gets or sets the DataPoint property name to apply binding to. |
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