yTitle.color

Sets the Y-axis title color.

Type

java.awt.Color          e.g., java.awt.Color.BLUE

number (hex)            e.g., 0xFF0000

string (color name)     e.g., 'red'

array [r,g,b]           e.g., [255,0,0]

JSON {r:#,g:#,b:#}      e.g., {r:255,g:0,b:0}

Example

Chart1['yTitle.color']=[128,0,128];

Chart1['yTitle.color']={r:128,g:0,b:128}

<< xTitle.color © 1996-2013 InetSoft Technology Corporation (v11.4) xTitle.visible >>