colorField

Returns the name of the query field that is currently assigned to the 'Color' binding (ColorFrame) at runtime. This property is read-only.

Type

String

Example

if (Chart1.colorField == 'State') {

  StateSelectionList1.visible = true;

}

else {

  StateSelectionList1.visible = false;

}

See Also

bindingInfo.setColorField(col, type), to set the 'Color' binding in script.

bindingInfo.getColorField(), to return the design-time 'Color' binding.

<< sizeLegend.format © 1996-2013 InetSoft Technology Corporation (v11.4) shapeField >>