Skip to content

AxisLine

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/AxisLine.ts for the most up-to-date information.

Overview

AxisLine is an axis that consists of a line, with no arrow heads.

@author Chris Malley (PixelZoom, Inc.)

Class AxisLine

import { AxisLine } from 'scenerystack/bamboo';

Constructor

new AxisLine( chartTransform : ChartTransform, axisOrientation : Orientation, providedOptions? : AxisLineOptions )

Instance Methods

dispose()

Type AxisLineOptions

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

Source Code

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