{ "type": "class", | |
"qname": "mx.charts.GridLines", | |
"baseClassname": "mx.charts.chartClasses.ChartElement" | |
, | |
"description": "The GridLines class draws grid lines inside the data area of the chart. Flex can draw lines horizontally, vertically, or both. <p>Flex draws grid lines aligned to the tick marks of the parent chart. By default, Flex draws one line for every tick mark along the appropriate axis.</p> <p>You typically use the GridLines class as a child tag of a chart control's <code>backgroundElements</code> property or <code>annotationElements</code> property.</p> <p>The <code><mx:GridLines></code> tag inherits all the properties of its parent classes and adds the following properties:</p> <pre>\\n <mx:GridLines\\n <strong>Styles</strong>\\n gridDirection="horizontal|vertical|both"\\n horizontalAlternateFill="null"\\n horizontalChangeCount="1"\\n horizontalFill="null"\\n horizontalOriginStroke="<i>IStroke; No default</i>"\\n horizontalShowOrigin="<i>Default depends on type of chart</i>"\\n horizontalStroke="<i>IStroke; No default</i>"\\n horizontalTickAligned="true|false"\\n verticalAlternateFill="null"\\n verticalChangeCount="1"\\n verticalFill="null"\\n verticalOriginStroke="<i>IStroke; No default</i>"\\n verticalShowOrigin="<i>Default depends on type of chart</i>"\\n verticalStroke="<i>IStroke; No default</i>"\\n verticalTickAligned="true|false"\\n />\\n </pre>", | |
"tags": [ | |
{ "tagName": "includeExample", | |
"values": ["examples/GridLinesExample.mxml"]}, | |
{ "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.GridLines", | |
"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": "", | |
"tags": [ | |
{ "tagName": "inheritDoc", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "setActualSize", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "inheritDoc", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "void", | |
"params": [{ "name": "w", "type": "Number"}, | |
{ "name": "h", "type": "Number"}]} | |
] | |
} |