menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class SfSparkColumnChart

    Renders a Spark Column Chart with customizable fill for specific data points.

    Inheritance
    System.Object
    SfSparkChart
    SfSparkColumnChart
    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 SfSparkColumnChart : SfSparkChart, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

    Constructors

    SfSparkColumnChart()

    Declaration
    public SfSparkColumnChart()

    Fields

    FillProperty

    Identifies the Fill bindable property.

    Declaration
    public static readonly BindableProperty FillProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    FirstPointFillProperty

    Identifies the FirstPointFill bindable property.

    Declaration
    public static readonly BindableProperty FirstPointFillProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    HighPointFillProperty

    Identifies the HighPointFill bindable property.

    Declaration
    public static readonly BindableProperty HighPointFillProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    LastPointFillProperty

    Identifies the LastPointFill bindable property.

    Declaration
    public static readonly BindableProperty LastPointFillProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    LowPointFillProperty

    Identifies the LowPointFill bindable property.

    Declaration
    public static readonly BindableProperty LowPointFillProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    NegativePointsFillProperty

    Identifies the NegativePointsFill bindable property.

    Declaration
    public static readonly BindableProperty NegativePointsFillProperty
    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

    Fill

    Gets or sets the Fill property to fill the interior of the column spark chart.

    Declaration
    public Brush Fill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    FirstPointFill

    Gets or sets the brush for the first point in the Spark Column Chart.

    Declaration
    public Brush FirstPointFill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    HighPointFill

    Gets or sets the brush for the highest point in the Spark Column Chart.

    Declaration
    public Brush HighPointFill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    LastPointFill

    Gets or sets the brush for the last point in the Spark Column Chart.

    Declaration
    public Brush LastPointFill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    LowPointFill

    Gets or sets the brush for the lowest point in the Spark Column Chart.

    Declaration
    public Brush LowPointFill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    NegativePointsFill

    Gets or sets the brush for negative points in the Spark Column Chart.

    Declaration
    public Brush NegativePointsFill { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.Brush

    StrokeWidth

    Gets or sets the stroke width for the Spark Column 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