menu

Blazor

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

    Show / Hide Table of Contents

    Class SeriesValueType

    Specifies the series type of chart.

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

    Fields

    BoxPlot

    Defines the box plot series type of chart.

    Declaration
    public const SeriesValueType BoxPlot
    Field Value
    Type
    SeriesValueType

    HighLow

    Defines the high low series type of chart.

    Declaration
    public const SeriesValueType HighLow
    Field Value
    Type
    SeriesValueType

    HighLowOpenClose

    Defines the high low open close series type of chart.

    Declaration
    public const SeriesValueType HighLowOpenClose
    Field Value
    Type
    SeriesValueType

    XY

    Defines the xy series type of chart.

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