A data series used for a jsx3.chart.BubbleChart. A bubble series has the following fields:
xField - the attribute of a record to use as the x-coordinate of points in the series, required
yField - the attribute of a record to use as the y-coordinate of points in the series, required
magnitudeField - the attribute of a record to use as the magnitude of points in the series, required
pointRenderer - string that evals to an object that implements the renderer interface, optional
The instance initializer.
Parameters:
name – the GI name of the instance
seriesName – the name of the Series, will be displayed in the Legend for most chart types
Returns the magnitudeField field.
Returns:
magnitudeField
Returns the magnitude of a data point in this series for the given record.
Parameters:
Returns:
Sets the magnitudeField field.
Parameters:
magnitudeField – the new value for magnitudeField
The default tooltip function for this type of series.
Parameters:
Returns:
Copyright © 2001-2008, TIBCO Software Inc.