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

SCIZoomState

NS_ENUM(NSUInteger, SCIZoomState) {
    
    /**
     * ZoomStates is at extents. This is if the user has called zoomExtents() on the `SciChartSurface`,
     * or, the user has double clicked on the `ZoomExtentsModifier`
     */
    SCIZoomState_AtExtents,
    /**
     * User has initiated a Zoom operation
     */
    SCIZoomState_UserZooming
}

Undocumented

  • ZoomStates is at extents. This is if the user has called zoomExtents() on the SciChartSurface, or, the user has double clicked on the ZoomExtentsModifier

    Declaration

    Objective-C

    SCIZoomState_AtExtents
  • User has initiated a Zoom operation

    Declaration

    Objective-C

    SCIZoomState_UserZooming