Enum ErrorType
Defines enumeration constants for type of error in FastErrorBarsRenderableSeries and FastFixedErrorBarsRenderableSeries
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum ErrorType extends Enum<renderableSeries.ErrorType>
Fields
| Name | Description |
|---|---|
| Absolute | Interprets low and high errors as absolute values |
| Relative | Interprets low and high errors as relative values |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |