Enum WaterfallClipMode
Defines an enumeration of possible clipping modes for data points in WaterfallRenderableSeries3D
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum WaterfallClipMode extends Enum<renderableSeriesWaterfallClipMode>
Fields
| Name | Description |
|---|---|
| AboveZero | All vertices that have Y values greater than zero will be clipped to zero. |
| BelowZero | All vertices that have Y values less than zero will be clipped to zero. |
| None | All vertices will appear as they are. This is the default mode. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |