Skip to content

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

import { AxisArrowNode } from 'scenerystack/bamboo';

Constructor

new AxisArrowNode( chartTransform : ChartTransform, axisOrientation : Orientation, providedOptions? : AxisArrowNodeOptions )

Instance Methods

dispose()

Type AxisArrowNodeOptions

import type { AxisArrowNodeOptions } from 'scenerystack/bamboo';

Source Code

See the source for AxisArrowNode.ts in the bamboo repository.