menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorBarType - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ErrorBarType

    Represents the error bar type for ErrorBarSeries.

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

    Fields

    Custom

    By using this type, we can be able to customize the horizontal error and vertical error for each data point.

    Declaration
    public const ErrorBarType Custom
    Field Value
    Type
    ErrorBarType

    Fixed

    This refers to a type of error bar where the error bars are fixed to a specified value rather than being determined by the data.

    Declaration
    public const ErrorBarType Fixed
    Field Value
    Type
    ErrorBarType

    Percentage

    Specified to Calculate the percentage error for a given data point and display the error bar accordingly.

    Declaration
    public const ErrorBarType Percentage
    Field Value
    Type
    ErrorBarType

    StandardDeviation

    Indicate a statistical measure that measures the amount of variation or dispersion of a set of values from their mean or average value.

    Declaration
    public const ErrorBarType StandardDeviation
    Field Value
    Type
    ErrorBarType

    StandardError

    This type specifies that the statistical measure of the variability of sample statistics and is often used to represent the amount of uncertainty or variation associated with the estimated mean or other summary statistic in an error bar chart

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