WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / ErrorBar Class
Members
In This Topic
    ErrorBar Class
    In This Topic
    Represents an ErrorBar series of FlexChart
    Object Model
    ErrorBar ClassFlexChart ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle Class
    Syntax
    public class ErrorBar : Series, WinRT.IWinRTObject  
    Remarks
    The ErrorBar series helps you see margins of error and standard deviations at a glance. They can be shown as a standard error amount, a percentage, or a standard deviation. You can also set your own values to display the exact error amounts you want.
    Inheritance Hierarchy

    System.Object
       Microsoft.UI.Xaml.DependencyObject
          C1.WinUI.Chart.Series
             C1.WinUI.Chart.ErrorBar

    See Also