Class SfSparkWinLossChart
Renders a Spark Win-Loss Chart for binary data visualization.
Implements
Microsoft.Maui.IContentView
Microsoft.Maui.IView
Microsoft.Maui.IElement
Microsoft.Maui.ITransform
Microsoft.Maui.IPadding
Microsoft.Maui.ICrossPlatformLayout
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.SparkCharts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SfSparkWinLossChart : SfSparkChart, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
SfSparkWinLossChart()
Declaration
public SfSparkWinLossChart()
Fields
NegativePointsFillProperty
Identifies the NegativePointsFill bindable property.
Declaration
public static readonly BindableProperty NegativePointsFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
NeutralPointFillProperty
Identifies the NeutralPointFill bindable property.
Declaration
public static readonly BindableProperty NeutralPointFillProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
PositivePointsFillProperty
Identifies the PositivePointsFill bindable property.
Declaration
public static readonly BindableProperty PositivePointsFillProperty
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 |
Properties
NegativePointsFill
Gets or sets the brush used to fill negative columns in the Spark Win-Loss Chart.
Declaration
public Brush NegativePointsFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
NeutralPointFill
Gets or sets the brush used to fill neutral columns in the Spark Win-Loss Chart.
Declaration
public Brush NeutralPointFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
PositivePointsFill
Gets or sets the brush used to fill positive columns in the Spark Win-Loss Chart.
Declaration
public Brush PositivePointsFill { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Controls.Brush |
StrokeWidth
Gets or sets the stroke width for the Spark Win-Loss Chart.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
Implements
Microsoft.Maui.IContentView
Microsoft.Maui.IView
Microsoft.Maui.IElement
Microsoft.Maui.ITransform
Microsoft.Maui.IPadding
Microsoft.Maui.ICrossPlatformLayout