Class Tee.Chart.Axis-Title
Extends
Tee.Annotation.
Text and formatting properties to display near axes
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
<inner> |
Tee.Chart.Axis-Title(chart, transparent)
|
- Fields borrowed from class Tee.Annotation:
- format, margins, position, transparent, visible
- Fields borrowed from class Tee.Tool:
- active
- Methods borrowed from class Tee.Annotation:
- add, clicked, doDraw, doMouseMove, draw, forceDraw, mousemove, moveTo, resize, setChart
- Methods borrowed from class Tee.Tool:
- mousedown, mouseout
Class Detail
<inner>
Tee.Chart.Axis-Title(chart, transparent)
- Parameters:
- {Tee.Chart} chart
- The chart object this axis title object belongs to.
- {Boolean} transparent Optional, Default: true
- Determines if axis title will be displayed or not.