menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class SfSparkLineChart

    Renders a Spark Line Chart with support for highlighting specific data points.

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

    Constructors

    SfSparkLineChart()

    Initializes a new instance of the SfSparkLineChart class.

    Declaration
    public SfSparkLineChart()

    Fields

    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

    MarkerSettingsProperty

    Identifies the MarkerSettings bindable property.

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

    ShowMarkersProperty

    Identifies the ShowMarkers bindable property.

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

    FirstPointFill

    Gets or sets the brush for the first point in the Spark Line 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 Line 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 Line 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 Line Chart.

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

    MarkerSettings

    Gets or sets the settings for the markers in the Spark Line Chart.

    Declaration
    public SparkChartMarkerSettings MarkerSettings { get; set; }
    Property Value
    Type
    SparkChartMarkerSettings

    NegativePointsFill

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

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

    ShowMarkers

    Gets or sets a value indicating whether to show markers for the data points.

    Declaration
    public bool ShowMarkers { get; set; }
    Property Value
    Type
    System.Boolean

    StrokeWidth

    Gets or sets the stroke width for the Spark Line Chart.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type
    System.Double

    Methods

    OnBindingContextChanged()

    Declaration
    protected override void OnBindingContextChanged()
    Overrides
    SfSparkChart.OnBindingContextChanged()

    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