public interface ISciChartController
extends com.scichart.core.framework.IInvalidatableElement, com.scichart.core.framework.ISuspendable
Modifier and Type | Method and Description |
---|---|
void |
animateZoomExtents(long duration)
Zooms to extents with the specified animation duration
|
void |
animateZoomExtentsX(long duration)
Zooms the chart to the extents of the data in the X-Direction
|
void |
animateZoomExtentsY(long duration)
Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction
|
void |
zoomExtents()
Zooms the chart to the extents of the data, plus any X or Y Grow By fraction set on the X and Y Axes
|
void |
zoomExtentsX()
Zooms the chart to the extents of the data in the X-Direction
|
void |
zoomExtentsY()
Zooms the chart to the extents of the data in the Y-Direction, accounting for the current data in view in the X-direction
|
void zoomExtents()
void animateZoomExtents(long duration)
duration
- The duration of animation when zooming to extentsvoid zoomExtentsY()
void animateZoomExtentsY(long duration)
duration
- The duration of animation when zooming to extentsvoid zoomExtentsX()
void animateZoomExtentsX(long duration)
duration
- The duration of animation when zooming to extents