WaterfallClipMode Enumeration
Defines an enumeration of possible clipping modes for data points in WaterfallRenderableSeries3D
Members
Member | 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. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.scichart.charting3d.visuals.renderableSeries.waterfall.WaterfallClipMode
See Also