menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SparklineType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SparklineType

    Defines the sparkline types.

    Inheritance
    System.Object
    SparklineType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SparklineType : Enum

    Fields

    Area

    Specifies the area type of the sparkline.

    Declaration
    public const SparklineType Area
    Field Value
    Type
    SparklineType

    Column

    Specifies the column type of the sparkline.

    Declaration
    public const SparklineType Column
    Field Value
    Type
    SparklineType

    Line

    Specifies the line type of the sparkline.

    Declaration
    public const SparklineType Line
    Field Value
    Type
    SparklineType

    Pie

    Specifies the pie type of the sparkline.

    Declaration
    public const SparklineType Pie
    Field Value
    Type
    SparklineType

    WinLoss

    Specifies the winLoss type of the sparkline.

    Declaration
    public const SparklineType WinLoss
    Field Value
    Type
    SparklineType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved