{ "type": "class", | |
"qname": "mx.charts.BubbleChart", | |
"baseClassname": "mx.charts.chartClasses.CartesianChart" | |
, | |
"description": "The BubbleChart control represents data with three values for each data point. Each data point is defined by a value determining its position along the horizontal axis, a value determining its position along the vertical axis, and a value determining the size of the chart element, relative to the other data points on the chart. <p>The BubbleChart control expects its <code>series</code> property to contain an array of BubbleSeries objects.</p> The <code><mx:BubbleChart></code> tag inherits all the properties of its parent classes and adds the following properties:</p> <pre>\\n <mx:BubbleChart\\n <strong>Properties</strong>\\n radiusAxis="<i>LinearAxis</i>"\\n \\n <strong>Styles</strong>\\n maxRadius="50"\\n minRadius="0"\\n />\\n </pre>", | |
"tags": [ | |
{ "tagName": "includeExample", | |
"values": ["examples/BubbleChartExample.mxml"]}, | |
{ "tagName": "see", | |
"values": ["mx.charts.series.BubbleSeries"]}, | |
{ "tagName": "mxml", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "mx.charts.BubbleChart", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "mx.charts.chartClasses.IAxis", | |
"qname": "radiusAxis", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The axis the bubble radius is mapped against Bubble charts treat the size of the individual bubbles as a third dimension of data which is transformed in a similar manner to how x and y position is transformed. By default, the <code>radiusAxis</code> is a LinearAxis with the <code>autoAdjust</code> property set to <code>false</code>.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "mx.core.IFlexModuleFactory", | |
"qname": "moduleFactory", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"description": "A module factory is used as context for using embedded fonts and for finding the style manager that controls the styles for this component.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |