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

SCIWaterfallRenderPassData3D

@interface SCIWaterfallRenderPassData3D : SCIYSeriesRenderPassData3D

Defines WaterfallRenderPassData3D, the data used in a single render pass by SCIWaterfallRenderableSeries3D.

  • Provides the collection of selected waterfall slice indees.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIIntegerValues *_Nonnull selectedSlices;
  • Provides the collection of selected waterfall slice points.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIDoubleValues *_Nonnull slicePoints;
  • Defines the size of associated data in X-direction for the current render pass.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger countX;
  • Defines the size of associated data in Z-direction for the current render pass.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger countZ;
  • Defines the value which corresponds to minimum slice.

    Declaration

    Objective-C

    @property (nonatomic) double sliceMin;
  • Defines the value which corresponds to maximum slice.

    Declaration

    Objective-C

    @property (nonatomic) double sliceMax;