FlexChart | ComponentOne
C1.Chart Assembly / C1.Chart Namespace / ErrorBar Class
Members

In This Topic
    ErrorBar Class
    In This Topic
    Represents an ErrorBar series of C1.Chart.Standard.FlexChart
    Object Model
    ErrorBar Class
    Syntax
    'Declaration
     
    Public Class ErrorBar 
       Inherits C1.Chart.Standard.Series
    public class ErrorBar : C1.Chart.Standard.Series 
    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
       C1.Chart.Standard.Series
          C1.Chart.ErrorBar

    See Also