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

SCIHlRenderPassData

@interface SCIHlRenderPassData : SCIXyRenderPassData

Defines the ISCISeriesRenderPassData, the data used in a single render pass by SCIHlRenderableSeriesBase.

  • Provides the collection of high-values for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIDoubleValues *_Nonnull highValues;

    Swift

    var highValues: SCIDoubleValues { get set }
  • Provides the collection of low-values for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIDoubleValues *_Nonnull lowValues;

    Swift

    var lowValues: SCIDoubleValues { get set }
  • Provides the collection of high-coordinates for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIFloatValues *_Nonnull highCoords;

    Swift

    var highCoords: SCIFloatValues { get set }
  • Provides the collection of low-coordinates for the single render pass.

    Declaration

    Objective-C

    @property (nonatomic, strong) SCIFloatValues *_Nonnull lowCoords;

    Swift

    var lowCoords: SCIFloatValues { get set }