Namespace com.scichart.charting
Classes
R
R.attr
R.dimen
R.drawable
R.id
R.layout
R.style
R.styleable
Enums
ClipMode
Defines constants for behavior of the ZoomPanModifier.
- ClipMode.None means you can pan right off the edge of the data into uncharted space.
- ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data.
- ClipAtExtents forces the panning operation to stop suddenly at the extents of the data
- ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum
ClipModeTarget
Defines constants with targets for behavior of the ZoomPanModifier.
- ClipModeTarget.MaximumRange means that you can pan within MaximumRange of axis which includes GrowBy factor.
- ClipModeTarget.DataRange means that you can pan within DataRange of axis which does not include GrowBy factor.
- ClipModeTarget.VisibleRangeLimit means that you can pan within VisibleRangeLimit of axis.
Direction2D
Defines constants for X and Y direction used throughout SciChart
SizingMode
Defines enum which specifies how size should be reinterpret