Blazor

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

    Show / Hide Table of Contents

    Class BoxPlotMode

    Specifies the box plot mode for box and whisker chart series.

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

    Fields

    Exclusive

    Defines to series render based on exclusive mode.

    Declaration
    public const BoxPlotMode Exclusive
    Field Value
    Type Description
    BoxPlotMode

    Inclusive

    Defines to series render based on inclusive mode.

    Declaration
    public const BoxPlotMode Inclusive
    Field Value
    Type Description
    BoxPlotMode

    Normal

    Defines to series render based on normal mode.

    Declaration
    public const BoxPlotMode Normal
    Field Value
    Type Description
    BoxPlotMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved