Class DataMarkerSeries
Inheritance
System.Object
DataMarkerSeries
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public abstract class DataMarkerSeries : ChartSeries
Constructors
DataMarkerSeries()
Declaration
protected DataMarkerSeries()
Fields
ShowDataLabelsProperty
Identifies the ShowDataLabels dependency property.
Declaration
public static readonly DependencyProperty ShowDataLabelsProperty
Field Value
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyProperty | The identifier for |
Properties
ShowDataLabels
Gets or sets a value that indicates to enable the data labels for the series.
Declaration
public bool ShowDataLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts bool values and the default value is |
Examples
<chart:SfCartesianChart>
<!-- ... Eliminated for simplicity-->
<chart:LineSeries ItemsSource="{Binding Data}"
XBindingPath="XValue"
YBindingPath="YValue"
ShowDataLabels="True"/>
</chart:SfCartesianChart>
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()