blob: 90bbc72920655f8e6603bb29f92396e9769c064b [file] [log] [blame]
{ "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>&lt;mx:GridLines&gt;</code> tag inherits all the properties of its parent classes and adds the following properties:</p> <pre>\\n &lt;mx:GridLines\\n <strong>Styles</strong>\\n gridDirection=&quot;horizontal|vertical|both&quot;\\n horizontalAlternateFill=&quot;null&quot;\\n horizontalChangeCount=&quot;1&quot;\\n horizontalFill=&quot;null&quot;\\n horizontalOriginStroke=&quot;<i>IStroke; No default</i>&quot;\\n horizontalShowOrigin=&quot;<i>Default depends on type of chart</i>&quot;\\n horizontalStroke=&quot;<i>IStroke; No default</i>&quot;\\n horizontalTickAligned=&quot;true|false&quot;\\n verticalAlternateFill=&quot;null&quot;\\n verticalChangeCount=&quot;1&quot;\\n verticalFill=&quot;null&quot;\\n verticalOriginStroke=&quot;<i>IStroke; No default</i>&quot;\\n verticalShowOrigin=&quot;<i>Default depends on type of chart</i>&quot;\\n verticalStroke=&quot;<i>IStroke; No default</i>&quot;\\n verticalTickAligned=&quot;true|false&quot;\\n /&gt;\\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"}]}
]
}