
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
The SCIYAxisDragModifier
SciChart iOS provides scale or pan an Y Axis via the SCIYAxisDragModifier
, available out of the box.
Besides common features which are inherited from the SCIChartModifierBase
class,
the SCIYAxisDragModifier
allows to control its specific features via the following properties:
SCIAxisDragModifierBase.dragMode
- allows to change the default axis scaling behavior to axis panning behavior - similarly to SCIZoomPanModifier via theSCIAxisDragMode
enumeration.SCIAxisDragModifierBase.minTouchArea
- configures the sensitivity of the modifier.
Adding a SCIYAxisDragModifier to a Chart
Any Chart Modifier can be added to a SCIChartSurface
via the ISCIChartSurface.chartModifiers
property and SCIYAxisDragModifier
is no difference:
NOTE: To learn more about features available, please visit the Chart Modifier APIs article.