xFields
Returns the names of the query fields (as an array) that are currently assigned to the X-axis binding at runtime. This property is read-only.
Type
Array of Strings
Example
if (Chart1.xFields[0] == 'State') {
StateSelectionList1.visible = true;
}
else {
StateSelectionList1.visible = false;
}
See Also
bindingInfo.xFields, to associate fields with the X-axis binding.
| << geoFields | © 1996-2013 InetSoft Technology Corporation (v11.4) | yFields >> |