AxisArrowNode¶
Overview¶
AxisArrowNode shows an axis with arrows at one or both ends. An axis is typically bolder than any grid line (if any), and typically at x=0 or y=0, but those defaults can be overridden with options.
@author Sam Reid (PhET Interactive Simulations)
Class AxisArrowNode¶
Constructor¶
new AxisArrowNode( chartTransform : ChartTransform, axisOrientation : Orientation, providedOptions? : AxisArrowNodeOptions )¶
Instance Methods¶
dispose()¶
Type AxisArrowNodeOptions¶
- value?: number
- extension?: number
- & ArrowNodeOptions
Source Code¶
See the source for AxisArrowNode.ts in the bamboo repository.