{ "type": "interface", | |
"qname": "mx.charts.chartClasses.IBar", | |
"description": "The IBar interface is implemented by any any series that can be clustered vertically, such as a BarSeries. The BarSet series type requires that any sub-series assigned to it implement this interface.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "accessor", | |
"access": "write-only", | |
"return": "Number", | |
"qname": "barWidthRatio", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Specifies how wide to render the items relative to the category. A value of <code>1</code> uses the entire space, while a value of <code>0.6</code> uses 60% of the category's available space. You typically do not set this property directly. A governing BarSet or BarChart would implicitly assign this value. The actual size used is the smaller of <code>barWidthRatio</code> and the <code>maxbarWidth</code> property", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "write-only", | |
"return": "Number", | |
"qname": "maxBarWidth", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Specifies how wide to draw the items, in pixels. The actual item width used is the smaller of this style and the <code>barWidthRatio</code> property. You typically do not set this property directly. The BarSet or BarChart objects assign this value.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "write-only", | |
"return": "Number", | |
"qname": "offset", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Specifies how far to offset the center of the items from the center of the available space, relative the category size. The range of values is a percentage in the range <code>-100</code> to <code>100</code>. Set to <code>0</code> to center the items in the space. Set to <code>-50</code> to center the item at the beginning of the available space. You typically do not set this property directly. The BarSet or BarChart objects assign this value.", | |
"tags": [ | |
{ "tagName": "default", | |
"values": ["0"]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |