{ "type": "interface", | |
"qname": "mx.charts.chartClasses.IColumn", | |
"description": "ChartElements that can be clustered along the vertical axis should implement this interface. Any element implementing this interface can be used as a child series of a ColumnSet element with its <code>type</code> property set to "clustered". The ColumnSeries, HLOCSeries, CandleStickSeries, and ColumnSet classes all 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": "columnWidthRatio", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Specifies the width of items relative to the category size. A value of <code>1</code> uses the entire space, while a value of <code>0.6</code> uses 60% of the item's available space. You typically do not set this property directly. A governing ColumSet or ColumnChart would implicitly assign this value. The actual item width used is the smaller of the <code>columnWidthRatio</code> and the <code>maxColumnWidth</code> properties.", | |
"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": "maxColumnWidth", | |
"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 property and the <code>columnWidthRatio</code> property. You typically do not set this property directly. The ColumSet or ColumnChart object assigns this value. The actual item width used is the smaller of the <code>columnWidthRatio</code> and <code>maxColumnWidth</code> properties.", | |
"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 ColumSet or ColumnChart object assigns 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"]} ]}] | |
} |