menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class ErrorBarMode - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarMode

    Represents the error bar mode for ErrorBarSeries.

    Inheritance
    System.Object
    ErrorBarMode
    Namespace: Syncfusion.Maui.Toolkit.Charts
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public sealed class ErrorBarMode : Enum

    Fields

    Both

    Specify whether to display both the horizontal error bar and vertical error bar.

    Declaration
    public const ErrorBarMode Both
    Field Value
    Type
    ErrorBarMode

    Horizontal

    Specify whether to display only the horizontal error bar.

    Declaration
    public const ErrorBarMode Horizontal
    Field Value
    Type
    ErrorBarMode

    Vertical

    Specify whether to display only the vertical error bar.

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