Skip to content

AxisLine

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.