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

SCIRangeCalculationHelper3DBase

@interface SCIRangeCalculationHelper3DBase
    : SCIRangeCalculatorHelperBase <id <ISCIAxis3D>>
      <ISCIRangeCalculationHelper3D>

Defines an abstract base implementation of ISCIRangeCalculationHelper used 3d axes.

  • Creates a new instance of SCIRangeCalculationHelper3DBase class.

    Declaration

    Objective-C

    - (instancetype)initWithMaximumRange:(id<ISCIRange>)maximumRange
                               dataRange:(id<ISCIRange>)dataRange
                                    math:(id<ISCIMath>)math;

    Swift

    init!(maximumRange: ISCIRange!, dataRange: ISCIRange!, math: ISCIMath!)

    Parameters

    maximumRange

    The `ISCIRange} instance for storing maximum range.

    dataRange

    The `ISCIRange} instance for storing data range.

    math

    The `ISCIMath} instance used for calculations.