An plot (scatter/point/bubble) chart.
Series: PointSeries, BubbleSeries
Axes: both X and Y axis must be value axes
| Method Summary |
|---|
| String | Returns the magnitudeMethod field; the magnitude method defines how the magnitude value of a record in a bubble series is converted to a radius for the rendered point; a value of "radius" means that the magnitude will equal the radius of the point, "diameter" means that the magnitude will equal the diameter (2 * radius), and "area" means that the area of the point will be proportional to the magnitude. |
| int | Returns the maxPointRadius field, limit the radius of points on this chart to this value. |
| static String | |
| void | Returns the range of x values. |
| void | Returns the range of y values. |
| void | Sets the magnitudeMethod field, one of {"radius","diameter","area"}. |
| void | Sets the maxPointRadius field. |
The instance initializer.
Parameters:
name – the GI name of the instance
left – left position (in pixels) of the chart relative to its parent container
top – top position (in pixels) of the chart relative to its parent container
width – width (in pixels) of the chart
height – height (in pixels) of the chart
Returns the magnitudeMethod field; the magnitude method defines how the magnitude value of a record in a bubble series is converted to a radius for the rendered point; a value of "radius" means that the magnitude will equal the radius of the point, "diameter" means that the magnitude will equal the diameter (2 * radius), and "area" means that the area of the point will be proportional to the magnitude.
Returns:
magnitudeMethod, one of {"radius","diameter","area"}
Returns the maxPointRadius field, limit the radius of points on this chart to this value.
Returns:
maxPointRadius
Deprecated.
Returns the release/build for the class (i.e., "2.2.00").
Returns:
Returns the range of x values.
Parameters:
Overrides:
Returns the range of y values.
Parameters:
Overrides:
Sets the magnitudeMethod field, one of {"radius","diameter","area"}.
Parameters:
magnitudeMethod – the new value for magnitudeMethod
Sets the maxPointRadius field.
Parameters:
maxPointRadius – the new value for maxPointRadius
Copyright © 2001-2007, TIBCO Software Inc.