menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotChartErrorBarMode

    Defines the modes of error bar. They are Vertical - Renders a vertical error bar. Horizontal - Renders a horizontal error bar. Both - Renders both side error bar.

    Inheritance
    System.Object
    PivotChartErrorBarMode
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PivotChartErrorBarMode : Enum

    Fields

    Both

    Both - Renders both side error bar.

    Declaration
    public const PivotChartErrorBarMode Both
    Field Value
    Type
    PivotChartErrorBarMode

    Horizontal

    Horizontal - Renders a horizontal error bar.

    Declaration
    public const PivotChartErrorBarMode Horizontal
    Field Value
    Type
    PivotChartErrorBarMode

    Vertical

    Vertical - Renders a vertical error bar.

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