Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarMode

    Show / Hide Table of Contents

    Class ErrorBarMode

    Represents the error bar mode for .

    Inheritance
    System.Object
    ErrorBarMode
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public sealed class ErrorBarMode : Enum

    Fields

    Both

    Represent error bar mode in both.

    Declaration
    public const ErrorBarMode Both
    Field Value
    Type Description
    ErrorBarMode

    Horizontal

    Represent error bar mode in horizontal.

    Declaration
    public const ErrorBarMode Horizontal
    Field Value
    Type Description
    ErrorBarMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Vertical

    Represent error bar mode in vertical.

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