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

ISCIChartController3D

@protocol ISCIChartController3D <ISCIChartController>

The protocol to a subset of methods on the SCIChartSurface3D.

  • Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the X-Y direction.

    Declaration

    Objective-C

    - (void)zoomExtentsZ;

    Swift

    func zoomExtentsZ()
  • Zooms the chart to the extents of the data in the Z-Direction, accounting for the current data in view in the X-Y direction.

    Declaration

    Objective-C

    - (void)animateZoomExtentsZWithDuration:(NSTimeInterval)duration;

    Swift

    func animateZoomExtentsZ(withDuration duration: TimeInterval)

    Parameters

    duration

    The duration of animation when zooming to extents