value.color
Sets the color for data values displayed in the chart plot area.
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['value.color']=[255,0,255];
Chart1['value.color']={r:255,g:0,b:255};

| << value.rotation | © 1996-2013 InetSoft Technology Corporation (v11.4) | value.visible >> |