iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIWaterfallClipMode

enum SCIWaterfallClipMode : NSUInteger {}

Defines an enumeration of possible clipping modes for data points in SCIWaterfallRenderableSeries3D.

  • All vertices that have Y values greater than zero will be clipped to zero.

    Declaration

    Objective-C

    SCIWaterfallClipMode_AboveZero
  • All vertices that have Y values less than zero will be clipped to zero.

    Declaration

    Objective-C

    SCIWaterfallClipMode_BelowZero
  • All vertices will appear as they are.

    Note

    This is the default mode.

    Declaration

    Objective-C

    SCIWaterfallClipMode_None