AxisLine¶
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.