C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / ErrorBar Class
Members

ErrorBar Class
Represents an ErrorBar series of FlexChart
Object Model
ErrorBar ClassDataLabel Class
Syntax
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.AspNetCore.Components.ComponentBase
      C1.Chart.SeriesBase
         C1.Blazor.Chart.Series
            C1.Blazor.Chart.ErrorBar

See Also