yFields

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

Type

Array of Strings

Example

if (Chart1.yFields[0] == 'Quantity Purchased') {

  Gauge1.visible = true;

}

else {

  Gauge1.visible = false;

}

See Also

bindingInfo.yFields, to associate fields with the X-axis binding.

<< xFields © 1996-2013 InetSoft Technology Corporation (v11.4) setLabelAliasOfColorLegend(value, alias) >>