Enum AxisSideClipping
Enumerates possible kinds of Renderable Series clipping by a particular side of the 3D axis
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum AxisSideClipping extends Enum<AxisSideClipping>
Fields
| Name | Description |
|---|---|
| Default | Default clipping is VisibleRange for X and Z Axis, and None for Y Axis |
| None | Clipping is disabled |
| VisibleRange | Renderable Series is clipped by visible range |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |