menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelErrorBarType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelErrorBarType

    Specifies the range marked by error bars.

    Inheritance
    System.Object
    ExcelErrorBarType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelErrorBarType : Enum

    Fields

    Custom

    Represents custom error bars.

    Declaration
    public const ExcelErrorBarType Custom
    Field Value
    Type
    ExcelErrorBarType

    Fixed

    Represents fixed-length error bars.

    Declaration
    public const ExcelErrorBarType Fixed
    Field Value
    Type
    ExcelErrorBarType

    Percentage

    Represents the percentage of range to be covered by the error bars.

    Declaration
    public const ExcelErrorBarType Percentage
    Field Value
    Type
    ExcelErrorBarType

    StandardDeviation

    Represents range for specified number of standard deviations.

    Declaration
    public const ExcelErrorBarType StandardDeviation
    Field Value
    Type
    ExcelErrorBarType

    StandardError

    Represents standard error range.

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