menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class SfSparkWinLossChart - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfSparkWinLossChart

    Renders a Spark Win-Loss Chart for binary data visualization.

    Inheritance
    System.Object
    SfSparkChart
    SfSparkWinLossChart
    Implements
    Microsoft.Maui.IContentView
    Microsoft.Maui.IView
    Microsoft.Maui.IElement
    Microsoft.Maui.ITransform
    Microsoft.Maui.IPadding
    Microsoft.Maui.ICrossPlatformLayout
    Inherited Members
    SfSparkChart.AxisLineStyle
    SfSparkChart.AxisLineStyleProperty
    SfSparkChart.AxisOrigin
    SfSparkChart.AxisOriginProperty
    SfSparkChart.ItemsSource
    SfSparkChart.ItemsSourceProperty
    SfSparkChart.MaximumYValue
    SfSparkChart.MaximumYValueProperty
    SfSparkChart.MinimumYValue
    SfSparkChart.MinimumYValueProperty
    SfSparkChart.OnBindingContextChanged()
    SfSparkChart.Padding
    SfSparkChart.PaddingProperty
    SfSparkChart.ShowAxis
    SfSparkChart.ShowAxisProperty
    SfSparkChart.Stroke
    SfSparkChart.StrokeProperty
    SfSparkChart.YBindingPath
    SfSparkChart.YBindingPathProperty
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved