geoFields
addConfidenceIntervalTarget(measure, colors, values, options)
addPercentageTarget(measure, colors, values, options)
addPercentileTarget(measure, colors, values, options)
addQuantileTarget(measure, colors, values, options)
addStandardDeviationTarget(measure, colors, values, options)
addTargetBand(measure, colors, values, options)
addTargetLine(measure, colors, values, options)
setLabelAliasOfColorLegend(value, alias)
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 >> |