"setAxisColor"

Sets the color of an axis for the Chart EWO.

Synopsis

void shape.setAxisColor(int axis, string color);

Parameters

Parameter Description
axis the axis, that should be changed
color the color, that should be used

Description

Allows to set the color of the tics and values of the tics. By default the fore color of the EWO is used.

For a Polar chart the color set for the angular axis (axis[0]) is used for the text around the circle.

Assignment

Chart.ewo