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

SCIImpulseRenderPassData

@interface SCIImpulseRenderPassData : SCIXyRenderPassData

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

  • Defines the value which determines the zero line in Y-direction.

    Note

    Used to set the bottom of the impulse.

    Declaration

    Objective-C

    @property (nonatomic) float zeroLineCoord;

    Swift

    var zeroLineCoord: Float { get set }