WaterfallClipMode Enumeration
Defines an enumeration of possible clipping modes for data points in WaterfallRenderableSeries3D
Members
MemberDescription
AboveZeroAll vertices that have Y values greater than zero will be clipped to zero.
BelowZeroAll vertices that have Y values less than zero will be clipped to zero.
NoneAll 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