XYChartSetAxis
|
Exploration / Indicators |
SYNTAX | XYChartSetAxis( ''chartname'', ''x-axis name'', ''y-axis name'', style = 0 ) |
RETURNS | NOTHING |
FUNCTION | The function sets the name of X and Y axis for the Exploration scatter (XY) charts.
Since version 6.0 it allows to define chart style. Supported styles are styleLine, styleDots, styleHistogram, styleThick and combinations of those styles. |
EXAMPLE | chartname="example"; |
SEE ALSO | XYChartAddPoint() function |
The XYChartSetAxis function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.