Enum AutoRange
Provides values which define auto range behavior for IAxis implementers
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum AutoRange extends Enum<AutoRange>
Fields
| Name | Description |
|---|---|
| Always | Autorange the IAxis instance always. In this case zooming is not allowed by user. |
| Never | Never auto range the IAxis instance |
| Once | Allows the IAxis instance decide whether auto range or not when show IAxis first time, e.g. if the current visible range is null or undefined |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |