menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class OfficeErrorBarType

    Specifies the range marked by error bars.

    Inheritance
    System.Object
    OfficeErrorBarType
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class OfficeErrorBarType : Enum

    Fields

    Custom

    Indicates range is set by fixed values or cell values.

    Declaration
    public const OfficeErrorBarType Custom
    Field Value
    Type
    OfficeErrorBarType

    Fixed

    Indicates fixed-length error bars.

    Declaration
    public const OfficeErrorBarType Fixed
    Field Value
    Type
    OfficeErrorBarType

    Percentage

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

    Declaration
    public const OfficeErrorBarType Percentage
    Field Value
    Type
    OfficeErrorBarType

    StandardDeviation

    Indicates range for specified number of standard deviations.

    Declaration
    public const OfficeErrorBarType StandardDeviation
    Field Value
    Type
    OfficeErrorBarType

    StandardError

    Indicates standard error range.

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