geoFields

Returns the names of the query fields (as an array) that are currently assigned to the 'Geographic' binding at runtime. This property is read-only.

Type

Array of Strings

Example

if (Chart1.geoFields[0] == 'State') {

  StateSelectionList1.visible = true;

}

else {

  StateSelectionList1.visible = false;

}

See Also

bindingInfo.geoFields, to associate fields with the 'Geographic' binding.

<< textField © 1996-2013 InetSoft Technology Corporation (v11.5) xFields >>