Class AxisLabels
Displays text to annotate axes
Defined in: <..\..\src\teechart.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
AxisLabels(chart)
|
Method Attributes | Method Name and Description |
---|---|
getLabel(series, value)
|
Class Detail
AxisLabels(chart)
- Parameters:
- {Tee.Chart} chart
- The chart object this axis labels object belongs to.
Method Detail
{String}
getLabel(series, value)
- Parameters:
- series
- value
- Returns:
- {String} Returns the series label that corresponds to a given value, (or the value if no label exists).