Skip to content

AxisArrowNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/bamboo/blob/main/js/AxisArrowNode.ts for the most up-to-date information.

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.