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¶
Constructor¶
new AxisLine( chartTransform : ChartTransform, axisOrientation : Orientation, providedOptions? : AxisLineOptions )¶
Instance Methods¶
dispose()¶
Type AxisLineOptions¶
- value?: number
- extension?: number
- & LineOptions
Source Code¶
See the source for AxisLine.ts in the bamboo repository.