ComponentOne FinancialChart for UWP Edition
ErrorBar Class
Members 

C1.Xaml.Chart Namespace : ErrorBar Class
Represents an ErrorBar series of FlexChart
Object Model
ErrorBar ClassChartStyle ClassAxis ClassAxis ClassDataLabel ClassChartStyle ClassChartStyle ClassChartStyle Class
Syntax
'Declaration
 
Public Class ErrorBar 
   Inherits Series
   Implements C1.Chart.IErrorBar 
public class ErrorBar : Series, C1.Chart.IErrorBar  
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
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               C1.Xaml.Chart.Series
                  C1.Xaml.Chart.ErrorBar

See Also

Reference

ErrorBar Members
C1.Xaml.Chart Namespace