Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the interface a descriptor for drawing the Axis in a 3D Chart - contains properties, data and parameters to pass to the WebAssembly engine for drawing an AxisCubeEntity and X,Y,Z AxisBase3D

Hierarchy

  • AxisCubeDescriptor

Index

Properties

dimensions

dimensions: Vector3

Gets or sets the World-dimensions: a Vector3 which defines the X,Y,Z extents of the axis cube in world-coordinates

isVisible

isVisible: boolean

Gets or sets whether the axis cube is visible or not

xAxisDescriptor

xAxisDescriptor: IAxisDescriptor

Gets or sets the IAxisDescriptor for the XAxis

yAxisDescriptor

yAxisDescriptor: IAxisDescriptor

Gets or sets the IAxisDescriptor for the YAxis

zAxisDescriptor

zAxisDescriptor: IAxisDescriptor

Gets or sets the IAxisDescriptor for the ZAxis

Generated using TypeDoc