menu

MAUI Toolkit

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

    Show / Hide Table of Contents

    Class SparkChartLineStyle

    Configures the axis and trackball line for spark charts.

    Inheritance
    System.Object
    SparkChartLineStyle
    Namespace: Syncfusion.Maui.Toolkit.SparkCharts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class SparkChartLineStyle : Element

    Constructors

    SparkChartLineStyle()

    Declaration
    public SparkChartLineStyle()

    Fields

    StrokeDashArrayProperty

    Identifies the StrokeDashArray bindable property.

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

    Properties

    Stroke

    Gets or sets the stroke for the marker.

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

    StrokeDashArray

    Gets or sets the stroke dash array to customize the appearance of the stroke.

    Declaration
    public DoubleCollection StrokeDashArray { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.DoubleCollection

    StrokeWidth

    Gets or sets the stroke width for the marker.

    Declaration
    public double StrokeWidth { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved