"xArrayGridLineColor"

Sets the color of grid lines for the X axis of a one dimensional array.

Synopsis

setValue(string shape, "xArrayGridLineColor", string color);

getValue(string shape, "xArrayGridLineColor", string &color);

shape.xArrayGridLineColor(string color);

Parameters

Parameter Description
shape Name of the object
color The color, for example, "Red"

Description

Sets the color of grid lines for the X axis of a one dimensional array.

Example

main(bool enter)
{
  BAR_TREND1.xArrayGridLineColor("Red");
}
Abbildung 1. xArrayGridLineColor was set to red

Assignment

Bar trend