IAxisInteractivityHelper Interface Members
The following tables list the members exposed by IAxisInteractivityHelper.
Public Methods
Name | Description | |
---|---|---|
ClipRange | Performs clipping of passed rangeToClip using clipMode | |
Scroll | From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels | |
ScrollInMaxDirection | From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels in Max direction | |
ScrollInMinDirection | From the starting SciChart.Data.Model.IRange, scrolls to a new range by the specified number of pixels in Min direction | |
Zoom | Calculates and returns a Zoomed Range on current IAxis, using fromCoord as a coordinate of new range start and toCoord as a coordinate of new range end | |
ZoomBy | Calculates and returns a Zoomed Range on current IAxis, using minFraction as a multiplier of range start and maxFraction as a multiplier of range end |
See Also