blob: d01192ffce2814ef285121dcfc265df064fa2df3 [file] [log] [blame]
{ "type": "class",
"qname": "mx.charts.ChartItem",
"baseClassname": "org.apache.royale.events.EventDispatcher"
,
"description": "A ChartItem represents a single item in a ChartSeries. In most standard series, there is one ChartItem created for each item in the series' dataProvider collection. ChartItems are passed to the instances of a series' itemRenderer for rendering. Most Series types extend ChartItem to contain additional information specific to the chart type.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]},
{ "tagName": "royalesuppresspublicvarwarning",
"values": []} ],
"members": [
{ "type": "field",
"qname": "FOCUSED",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem has focus but does not appear to be selected.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "SELECTED",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem appears selected but does not have focus.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "FOCUSEDSELECTED",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem appears to have focus and appears to be selected.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "ROLLOVER",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem appears as if the mouse was over it.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "DISABLED",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem appears disabled and cannot be selected.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "NONE",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"description": "Value that indicates the ChartItem does not appear to be selected, does not have focus, and is not being rolled over.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "mx.charts.ChartItem",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. that the ChartItem represents. that the ChartItem represents.",
"tags": [
{ "tagName": "param",
"values": ["element The series or element to which the ChartItem belongs.", "item The item from the series' data provider", "index The index of the data from the series' data provider"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "element", "type": "mx.charts.chartClasses.IChartElement"},
{ "name": "item", "type": "Object"},
{ "name": "index", "type": "uint"}]}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "currentState",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Defines the appearance of the ChartItem. The <code>currentState</code> property can be set to <code>none</code>, <code>rollOver</code>, <code>selected</code>, <code>disabled</code>, <code>focusSelected</code>, and <code>focused</code>. <P>Setting the state of the item does not add it to the selectedItems Array. It only changes the appearance of the chart item. Setting the value of this property also does not trigger a <code>change</code> event.</P>",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "element",
"return": "mx.charts.chartClasses.IChartElement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The series or element that owns the ChartItem.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "index",
"return": "int",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The index of the data from the series' data provider that the ChartItem represents.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "item",
"return": "Object",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The item from the series' data provider that the ChartItem represents.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "itemRenderer",
"return": "mx.core.IFlexDisplayObject",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The instance of the chart's itemRenderer that represents this ChartItem.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "clone",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Returns a copy of this ChartItem.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "return",
"values": ["A copy of this ChartItem."]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "mx.charts.ChartItem",
"params": []}
]
}