Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the Clipping rule for Javascript 3D Chart Axis

remarks

Set Clipping rule on the AxisBase3D.negativeSideClipping and AxisBase3D.positiveSideClipping

Index

Enumeration members

Enumeration members

Default

Default:

Default Javascript 3D Chart Axis clipping is AxisCore.visibleRange for X and Z Axis, and None for Y Axis

remarks

Data from 3D Javascript Chart types can spill out beyond the confines of the Axis for the YAxis (up/down) but be clipped to the AxisCore.visibleRange for the Z/X Axis

None

None:

3D Axis Clipping is disabled

remarks

Data from 3D Javascript Chart types can spill out beyond the confines of the Axis.

VisibleRange

VisibleRange:

RenderableSeries are clipped by AxisCore.visibleRange

remarks

If a Javascript Chart type such as a 3D Scatter or 3D Surface mesh plot are plotted on this axis, the data will be clipped to be invisible outside the AxisCore.visibleRange

Generated using TypeDoc