alexa
menu

WPF

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

    Show / Hide Table of Contents

    Enum ErrorBarType

    Specifies the error bar type for ErrorBarSeries.

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum ErrorBarType

    Fields

    Name Description
    Custom

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

    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.

    Percentage

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

    StandardDeviation

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

    StandardErrors

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved