Class CartesianSeries
Inheritance
System.Object
CartesianSeries
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public abstract class CartesianSeries : DataMarkerSeries, ISupportAxes
Constructors
CartesianSeries()
Called when instance created for CartesianSeries
Declaration
Fields
DataLabelSettingsProperty
Declaration
public static readonly DependencyProperty DataLabelSettingsProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ShowTrackballInfoProperty
Declaration
public static readonly DependencyProperty ShowTrackballInfoProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
XAxisNameProperty
Declaration
public static readonly DependencyProperty XAxisNameProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
YAxisNameProperty
Declaration
public static readonly DependencyProperty YAxisNameProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
DataLabelSettings
Declaration
public CartesianDataLabelSettings DataLabelSettings { get; set; }
Property Value
ShowTrackballInfo
Gets or sets a value indicating whether to show/hide the series information.
Declaration
public bool ShowTrackballInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
XAxisName
Declaration
public string XAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
YAxisName
Declaration
public string YAxisName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
Explicit Interface Implementations
ISupportAxes.ActualXAxis
Declaration
ChartAxis ISupportAxes.ActualXAxis { get; }
Returns
ISupportAxes.ActualYAxis
Declaration
ChartAxis ISupportAxes.ActualYAxis { get; }
Returns
ISupportAxes.XRange
Declaration
DoubleRange ISupportAxes.XRange { get; }
Returns
ISupportAxes.YRange
Declaration
DoubleRange ISupportAxes.YRange { get; }
Returns
Implements