shapeField

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

Type

String

Example

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

  StateSelectionList1.visible = true;

}

else {

  StateSelectionList1.visible = false;

}

See Also

bindingInfo.setShapeField(col, type), to set the 'Shape' binding in script.

bindingInfo.getShapeField(), to return the design-time 'Shape' binding.

<< colorField © 1996-2013 InetSoft Technology Corporation (v11.4) sizeField >>