Class SparkChartMarkerSettings
Configures the markers for spark charts.
Inheritance
System.Object
SparkChartMarkerSettings
Namespace: Syncfusion.Maui.Toolkit.SparkCharts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SparkChartMarkerSettings : Element
Constructors
SparkChartMarkerSettings()
Declaration
public SparkChartMarkerSettings()
Fields
FillProperty
Identifies the Fill bindable property.
Declaration
public static readonly BindableProperty FillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
HeightProperty
Identifies the Height bindable property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
ShapeTypeProperty
Identifies the ShapeType bindable property.
Declaration
public static readonly BindableProperty ShapeTypeProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
StrokeProperty
Identifies the Stroke bindable property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
StrokeWidthProperty
Identifies the StrokeWidth bindable property.
Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
WidthProperty
Identifies the Width bindable property.
Declaration
public static readonly BindableProperty WidthProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Fill
Gets or sets the color for the markers.
Declaration
public Brush Fill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
Height
Gets or sets the height for the markers.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
ShapeType
Gets or sets the shape for the markers.
Declaration
public SparkChartMarkerShape ShapeType { get; set; }
Property Value
Type |
---|
SparkChartMarkerShape |
Stroke
Gets or sets the stroke for the marker.
Declaration
public Brush Stroke { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
StrokeWidth
Gets or sets the stroke width for the marker.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width for the markers.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |