{ "type": "class", | |
"qname": "mx.charts.HLOCChart", | |
"baseClassname": "mx.charts.chartClasses.CartesianChart" | |
, | |
"description": "The HLOCChart (High Low Open Close) control represents financial data as a series of elements representing the high, low, closing, and optionally opening values of a data series. The top and bottom of the vertical line in each element represent the high and low values for the datapoint. The right-facing tick represents the closing values, and the left tick represents the opening value if one was specified. <p>An HLOCChart control expects its <code>series</code> property to contain an Array of HLOCSeries objects.</p> The <code><mx:HLOCChart></code> tag inherits all the properties of its parent classes and adds the following properties:</p> <pre>\\n <mx:HLOCChart\\n <strong>Styles</strong>\\n columnWidthRatio=".65"\\n maxColumnWidth="<i>No default</i>"\\n />\\n </pre>", | |
"tags": [ | |
{ "tagName": "includeExample", | |
"values": ["examples/HLOCChartExample.mxml"]}, | |
{ "tagName": "see", | |
"values": ["mx.charts.series.HLOCSeries"]}, | |
{ "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.HLOCChart", | |
"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.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"]} ]}] | |
} |