| { "type": "interface", |
| "qname": "org.apache.royale.charts.core.IChartItemRenderer", |
| "baseInterfaceNames": [ |
| "org.apache.royale.core.IItemRenderer"] |
| , |
| "description": "The IChartItemRenderer interface is the interface implemented by any class that draws chart graphics.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "members": [ |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "org.apache.royale.charts.core.IChartSeries", |
| "qname": "series", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The series to which this itemRenderer instance belongs. Or, the series being presented.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "int", |
| "qname": "index", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The index of this itemRenderer instance with its series.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "String", |
| "qname": "xField", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The name of the field containing the X-axis value found in the data property.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "String", |
| "qname": "yField", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The name of the field containing the Y-axis value found in the data property.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "x", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The x display position for the itemRenderer. This is set by the chart's layout manager.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "Number", |
| "qname": "y", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The y display position for the itemRenderer. This is set by the chart's layout manager.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "write-only", |
| "return": "Number", |
| "qname": "width", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The display width for the itemRenderer. This is set by the chart's layout manager.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "accessor", |
| "access": "write-only", |
| "return": "Number", |
| "qname": "height", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "The display height for the itemRenderer. This is set by the chart's layout manager.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}, |
| { "type": "method", |
| "qname": "updateRenderer", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Invoke this function to force the itemRenderer to redraw.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "void", |
| "params": []} |
| , |
| { "type": "accessor", |
| "access": "read-write", |
| "return": "org.apache.royale.core.IItemRendererOwnerView", |
| "qname": "itemRendererOwnerView", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "Invoke this function to force the itemRenderer to redraw.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 10.2", "AIR 2.6"]}, |
| { "tagName": "productversion", |
| "values": ["Royale 0.0"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ]}] |
| } |