{ "type": "class", | |
"qname": "mx.charts.renderers.HLOCItemRenderer", | |
"baseClassname": "mx.skins.ProgrammaticSkin" | |
, | |
"description": "The default item renderer for an HLOCSeries object. This class renders a vertical line from high to low with tick marks at the open and close points of the chart item. <p>The vertical line is rendered by using the value of the owning series's <code>stroke</code> style. The open and close tick marks are rendered by using the owning series's <code>openTickStroke</code> and <code>closeTickStroke</code> styles, respectively. The lengths of the open and close tick marks are determined by the owning series's <code>openTickLength</code> and <code>closeTickLength</code>styles, respectively.</p> <p>Both the open tick and close tick values are optional; an HLOCItemRenderer only renders the tick marks if the open and close values on the associated chart item are non-<code>NaN</code> values.</p>", | |
"tags": [ | |
{ "tagName": "see", | |
"values": ["mx.charts.series.HLOCSeries", "mx.charts.series.HLOCSeriesItem"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "mx.charts.renderers.HLOCItemRenderer", | |
"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": "Object", | |
"qname": "data", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The chart item that this renderer represents. HLOCItemRenderers assume this value is an instance of HLOCSeriesItem. This value is assigned by the owning series.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |