menu

Blazor

  • Code Examples
  • 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

    Renders the series in exclusive mode.

    Declaration
    public const BoxPlotMode Exclusive
    Field Value
    Type
    BoxPlotMode

    Inclusive

    Renders the series in inclusive mode.

    Declaration
    public const BoxPlotMode Inclusive
    Field Value
    Type
    BoxPlotMode

    Normal

    Renders the series in normal mode.

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