| { "type": "class", | |
| "qname": "mx.charts.effects.SeriesSlide", | |
| "baseClassname": "mx.charts.effects.SeriesEffect" | |
| , | |
| "description": "The SeriesSlide effect slides a data series into and out of the chart's boundaries. You use the <code>direction</code> property to specify the location from which the series slides. <p>If you use SeriesSlide with a <code>hideDataEffect</code> effect trigger, the series slides from the current position onscreen to a position off of the screen, in the indicated direction. If you use SeriesSlide as a <code>showDataEffect</code>, the series slides from offscreen to a position onto the screen, in the indicated direction.</p> <p>The <code><mx:SeriesSlide></code> tag inherits all the properties of its parent classes, and adds the following properties:</p> <pre>\\n <mx:SeriesSlide\\n <strong>Properties</strong>\\n direction="<i>left|right|up|down</i>"\\n />\\n </pre>", | |
| "tags": [ | |
| { "tagName": "includeExample", | |
| "values": ["examples/SeriesSlideExample.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.effects.SeriesSlide", | |
| "namespace": "", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Constructor.", | |
| "tags": [ | |
| { "tagName": "param", | |
| "values": ["target The target of the effect."]}, | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ], | |
| "return": "", | |
| "params": [{ "name": "target", "type": "Object"}]} | |
| , | |
| { "type": "accessor", | |
| "access": "read-write", | |
| "return": "String", | |
| "qname": "direction", | |
| "namespace": "public", | |
| "bindable": [], | |
| "details": [], | |
| "deprecated": {}, | |
| "description": "Defines the location from which the series slides. Valid values are <code>"left"</code>, <code>"right"</code>, <code>"up"</code>, and <code>"down"</code>. The default value is <code>"left"</code>.", | |
| "tags": [ | |
| { "tagName": "playerversion", | |
| "values": ["Flash 9", "AIR 1.1"]}, | |
| { "tagName": "productversion", | |
| "values": ["Flex 3"]}, | |
| { "tagName": "langversion", | |
| "values": ["3.0"]} ]}, | |
| { "type": "method", | |
| "qname": "initInstance", | |
| "namespace": "protected", | |
| "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": "inst", "type": "mx.effects.IEffectInstance"}]} | |
| ] | |
| } |