sizeField

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

Type

String

Example

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

  StateSelectionList1.visible = true;

}

else {

  StateSelectionList1.visible = false;

}

See Also

bindingInfo.setSizeField(col, type), to set the 'Size' binding in script.

bindingInfo.getSizeField(), to return the design-time 'Size' binding.

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