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

SCISplineMountainRenderPassData

@interface SCISplineMountainRenderPassData : SCISplineLineRenderPassData

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

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

    Note

    Used to set the bottom of a mountain.

    Declaration

    Objective-C

    @property (nonatomic) float zeroLineCoord;

    Swift

    var zeroLineCoord: Float { get set }