Blazor

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

    Show / Hide Table of Contents

    Class SparklineType

    Specifies the sparkline types. Line, Column, WinLoss, Pie and Area.

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

    Fields

    Area

    area - render area type sparkline

    Declaration
    public const SparklineType Area
    Field Value
    Type Description
    SparklineType

    Column

    column - render column type sparkline

    Declaration
    public const SparklineType Column
    Field Value
    Type Description
    SparklineType

    Line

    line - render line type sparkline

    Declaration
    public const SparklineType Line
    Field Value
    Type Description
    SparklineType

    Pie

    pie - render pie type sparkline

    Declaration
    public const SparklineType Pie
    Field Value
    Type Description
    SparklineType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WinLoss

    winloss - render winloss type sparkline

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