[]
        
(Showing Draft Content)

C1.Chart.Standard.ErrorBar

ErrorBar Class

Represents an ErrorBar series of FlexChart

Inheritance
ErrorBar
Implements
Namespace: C1.Chart.Standard
Assembly: C1.Chart.dll
Syntax
public class ErrorBar : Series, 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.

Constructors

Name Description
ErrorBar()

Creates a new instance of ErrorBar class.

Properties

Name Description
CustomMinusErrorValue

Gets or sets a value that specifies the cumstom minus error value.

CustomPlusErrorValue

Gets or sets a value that specifies the custom plus error value.

Direction

Gets or sets a value that specifies the direction of the error.

EndStyle

Gets or sets a value that specifies the end style of the series.

ErrorAmount

Gets or sets a value that specifies the error amount of the series.

ErrorBarStyle

Gets the style of the error bar.

ErrorValue

Gets or sets a value that specifies the error value of the series.

HasCustomSymbol

Methods

Name Description
GetDataRect(_Rect)
GetStyle(string)
OnSymbolRendered(IRenderEngine, int, double, double)
SetStyle(_Style, string)