blob: 37f6e7485b103da04e7163644e74cdb19859209c [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.charts.core.IAxisBead",
"baseInterfaceNames": [
"org.apache.royale.core.IBead"]
,
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "placement",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The placement of the axis with respect to the chart area. Valid values are: top, bottom (for IHorizontalAxisBeads), left, and right (for IVerticalAxisBeads).",
"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": "org.apache.royale.graphics.IStroke",
"qname": "axisStroke",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The stroke used for the axis line"},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.graphics.IStroke",
"qname": "tickStroke",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The stroked used for the tick marks"},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.charts.core.IAxisGroup",
"qname": "axisGroup",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The group space to use as the drawing area for the axis parts (lines, ticks, labels, etc.)."}]
}