Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ErrorBarType

    Represents the error bar type for .

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

    Fields

    Custom

    Represent error bar type in custom.

    Declaration
    public const ErrorBarType Custom
    Field Value
    Type Description
    ErrorBarType

    Fixed

    Represent error bar type in fixed.

    Declaration
    public const ErrorBarType Fixed
    Field Value
    Type Description
    ErrorBarType

    Percentage

    Represent error bar type in percentage.

    Declaration
    public const ErrorBarType Percentage
    Field Value
    Type Description
    ErrorBarType

    StandardDeviation

    Represent error bar type in standard deviation.

    Declaration
    public const ErrorBarType StandardDeviation
    Field Value
    Type Description
    ErrorBarType

    StandardErrors

    Represent error bar type in standard errors.

    Declaration
    public const ErrorBarType StandardErrors
    Field Value
    Type Description
    ErrorBarType

    value__

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