Class: Title

.Chart.Axis~ Title

Text and formatting properties to display near axes

new Title

Parameters:
Name Type Argument Default Description
chart Tee.Chart The chart object this axis title object belongs to.
transparent Boolean <optional>
true Determines if axis title will be displayed or not.
Source:
  • ../../src/teechart.js, line 2568

Extends

Members

position

Properties:
Name Type Description
position Tee.Point Top-left coordinates of annotation rectangle. `* @default x:10, y:10
Source:
  • ../../src/teechart.js, line 1217

Methods

clicked

Source:
  • ../../src/teechart.js, line 1367
Returns:
Returns if Tee.Point p is inside this Annotation bounds.
Type
Boolean