blob: 57048a3ee20443c8d4ff53305759bb8acc96c17a [file] [log] [blame]
{ "type": "class",
"qname": "mx.charts.BarChart",
"baseClassname": "mx.charts.chartClasses.CartesianChart"
,
"description": "The BarChart control represents data as a series of horizontal bars whose length is determined by values in the data. A BarChart control can represent different chart variations, including simple bars, clustered bars, stacked, 100% stacked, and high/low. <p>The BarChart control expects its <code>series</code> property to contain an array of BarSeries objects.</p> <p>Stacked and 100% bar charts override the <code>minField</code> property of their BarSeries objects.</p> <p>The <code>&lt;mx:BarChart&gt;</code> tag inherits all the properties of its parent classes, and adds the following properties:</p> <pre>\\n &lt;mx:BarChart\\n <strong>Properties</strong>\\n type=&quot;clustered|overlaid|stacked|100%&quot;\\n \\n <strong>Styles</strong>\\n barWidthRatio=&quot;.65&quot;\\n maxBarWidth=&quot;<i>No default</i>&quot;\\n /&gt;\\n </pre>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/Column_BarChartExample.mxml"]},
{ "tagName": "see",
"values": ["mx.charts.series.BarSeries"]},
{ "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.BarChart",
"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": "String",
"qname": "type",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The type of bar chart to render. Possible values are: <ul> <li><code>&quot;clustered&quot;</code>: Bars are grouped by category. This is the default value.</li> <li><code>&quot;overlaid&quot;</code>: Multiple bars are rendered on top of each other by category, with the last series specified on top.</li> <li><code>&quot;stacked&quot;</code>: Bars are stacked end to end and grouped by category. Each bar represents the cumulative value of the values beneath it.</li> <li><code>&quot;100%&quot;</code>: Bars are stacked end to end, adding up to 100%. Each bar represents the percent that it contributes to the sum of the values for that category.</li> </ul>",
"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"]} ]},
{ "type": "method",
"qname": "measureLabels",
"namespace": "mx_internal",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Determines positions and dimensions of labels for all series in the chart",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "Object",
"params": []}
,
{ "type": "method",
"qname": "getSeriesLabelPos",
"namespace": "mx_internal",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "series", "type": "mx.charts.chartClasses.Series"}]}
,
{ "type": "method",
"qname": "getSeriesLabelPosSet",
"namespace": "mx_internal",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
]
}