Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the clipping mode for scrolling operations found on AxisBase2D.scroll

Index

Enumeration members

ClipAtExtents

ClipAtExtents:

Clips the AxisBase2D.visibleRange to not allow scrolling past the minimum or maximum of the Axis range

ClipAtMax

ClipAtMax:

Clips the AxisBase2D.visibleRange to not allow scrolling past the maximum of the Axis range

ClipAtMin

ClipAtMin:

Clips the AxisBase2D.visibleRange to not allow scrolling past the minimum of the Axis range

None

None:

Do not clip when scrolling the Axis

remarks

Use this to resolve issues such as scaling or stretching when the user pans or scrolls outside of the range of the data.

StretchAtExtents

StretchAtExtents:

Stretch the AxisBase2D.visibleRange when scrolling past the extents of the data.

Generated using TypeDoc