blob: 4d157f8c9cf6a130c1ab25c8a0f3c8c4b9f044c2 [file] [log] [blame]
{ "type": "class",
"qname": "mx.charts.AreaChart",
"baseClassname": "mx.charts.chartClasses.CartesianChart"
,
"description": "The AreaChart control represents data as an area bounded by a line connecting the values in the data. The AreaChart control can be used to represent different variations, including simple areas, stacked, 100% stacked, and high/low. <p>The AreaChart control expects its <code>series</code> property to contain an Array of AreaSeries objects.</p> <p>Stacked and 100% area charts override the <code>minField</code> property of their AreaSeries objects.</p> <p>The <code>&lt;mx:AreaChart&gt;</code> tag inherits all the properties of its parent classes, and adds the following properties:</p> <pre>\\n &lt;mx:AreaChart\\n <strong>Properties</strong>\\n type=&quot;<i>overlaid|stacked|100%</i>&quot;\\n /&gt;\\n </pre>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/Line_AreaChartExample.mxml"]},
{ "tagName": "see",
"values": ["mx.charts.series.AreaSeries"]},
{ "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.AreaChart",
"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": "horizontalAxis",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "Defines the labels, tick marks, and data position for items on the x-axis. Use either the LinearAxis class or the CategoryAxis class to set the properties of the horizontalAxis as a child tag in MXML or create a LinearAxis or CategoryAxis object in ActionScript.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3", "Flex 3", "Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0", "3.0", "3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "type",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Type of area chart to render. <p>Possible values are:</p> <ul> <li><code>&quot;overlaid&quot;</code>: Multiple areas are rendered on top of each other, with the last series specified on top. This is the default value.</li> <li><code>&quot;stacked&quot;</code>: Areas are stacked on top of each other and grouped by category. Each area represents the cumulative value of the areas beneath it.</li> <li><code>&quot;100%&quot;</code>: Areas are stacked on top of each other, adding up to 100%. Each area represents the percent that series contributes to the sum of the whole.</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"]} ]}]
}