[]
Represents an ErrorBar series of FlexChart
public class ErrorBar : Series, IDisposable, IErrorBar
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.
| Name | Description |
|---|---|
| ErrorBar() | Creates an instance of ErrorBar class. |
| Name | Description |
|---|---|
| CustomMinusErrorValueProperty | Identifies the CustomMinusErrorValue dependency property. |
| CustomPlusErrorValueProperty | Identifies the CustomPlusErrorValue dependency property. |
| DirectionProperty | Identifies the Direction dependency property. |
| EndStyleProperty | Identifies the EndStyle dependency property. |
| ErrorAmountProperty | Identifies the ErrorAmount dependency property. |
| ErrorBarStyleProperty | Identifies the ErrorBarStyle dependency property. |
| ErrorValueProperty | Identifies the ErrorValue dependency property. |
| 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 | Whether the custom symbol rendering involved. |
| Name | Description |
|---|---|
| GetDataRect(_Rect) | Returns bounding data rectangle. |
| GetStyle(string) | Gets style by its name. |
| OnSymbolRendered(IRenderEngine, int, double, double) | Called when symbol was rendered. |
| SetStyle(_Style, string) | Sets chart style. |