

'Declaration<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class Series Inherits System.Windows.Controls.Control
'UsageDim instance As Series
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class Series : System.Windows.Controls.Control
Use the DataPoints property to add/remove DataPoints manually.
Use the DataPointsSource and DataPointBindings properties to configure databinding for elements.
<xctk:Chart> <xctk:Chart.Areas> <xctk:Area x:Name="_area1" Title="Area #1"> <xctk:Area.Series> <xctk:Series x:Name="_series"> <xctk:Series.Layout> <xctk:LineLayout /> </xctk:Series.Layout> <xctk:Series.DataPoints> <xctk:DataPoint X="1" Y="1" Label="Oct" /> <xctk:DataPoint X="2" Y="2" Label="Jan"/> <xctk:DataPoint X="2.5" Y="1.5" Label="Feb" /> <xctk:DataPoint X="4" Y="1" Label="Jun"/> <xctk:DataPoint X="1.5" Y="3" Label="Dec"/> <xctk:DataPoint X="5" Y="5" Label="Apr"/> <xctk:DataPoint X="3" Y="1" Label="Nov"/> <xctk:DataPoint X="4.5" Y="7" Label="Jul"/> <xctk:DataPoint X="3.5" Y="4.5" Label="Aug"/> </xctk:Series.DataPoints> </xctk:Series> </xctk:Area.Series> </xctk:Area> </xctk:Chart.Areas> </xctk:Chart>
<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.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Xceed.Wpf.Toolkit.Chart.Series
| Name | Description | |
|---|---|---|
![]() | Series Constructor | Initializes a new instance of the Series class. |
| Name | Description | |
|---|---|---|
![]() ![]() | DataPointsSourceProperty | Identifies the DataPointsSource dependency property. |
![]() ![]() | HintLabelTemplateProperty | Identifies the HintLabelTemplate dependency property. |
![]() ![]() | HintLineLengthProperty | Identifies the HintLineLength dependency property. |
![]() ![]() | HintLineTemplateProperty | Identifies the HintLineTemplate dependency property. |
![]() ![]() | IsOwnerHighlightProperty | Identifies the IsOwnerHighlight dependency property. |
![]() ![]() | IsSmoothProperty | Identifies the IsSmooth dependency property. |
![]() ![]() | LayoutProperty | Identifies the Layout dependency property. |
![]() ![]() | MarkerTemplateProperty | Identifies the MarkerTemplate dependency property. |
![]() ![]() | ShowHintLabelsProperty | Identifies the ShowHintLabels dependency property. |
![]() ![]() | ShowPointsInLegendProperty | Identifies the ShowDataPointLabelsInLegend dependency property. |
![]() ![]() | SpacingProperty | Identifies the Spacing dependency property. |
![]() ![]() | TemplateProperty | Identifies the Template dependency property. |
![]() ![]() | TitleProperty | Identifies the Title dependency property. |
![]() ![]() | UseAnimationsProperty | Identifies the UseAnimations dependency property. |
![]() ![]() | UseGradientBackgroundProperty |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.