((Apenas para componentes do Flex Data Visualization))
Pacotemx.charts
Classepublic class ColumnChart
HerançaColumnChart Inheritance CartesianChart Inheritance ChartBase Inheritance UIComponent Inheritance FlexSprite Inheritance Sprite Inheritance DisplayObjectContainer Inheritance InteractiveObject Inheritance DisplayObject Inheritance EventDispatcher Inheritance Object

The ColumnChart control represents data as a series of vertical columns whose height is determined by values in the data. You can use the ColumnChart to represent a variety of different charts including simple columns, clustered columns, stacked, 100% stacked, and high/low.

A ColumnChart control expects its series property to contain an array of ColumnSeries objects.

Stacked and 100% column charts override the minField property of their ColumnSeries objects.

Sintaxe em MXMLexpandedHide MXML Syntax

The <mx:ColumnChart> tag inherits all the properties of its parent classes and adds the following properties:

  <mx:ColumnChart
    Properties
    extendLabelToEnd="false|true"
    maxLabelWidth="50"
    showLabelVertically="false|true"
    type="clustered|overlaid|stacked|100%"
 
    Estilos
    columnWidthRatio=".65"
    maxColumnWidth="No default"
  />
  

Veja Exemplos

Veja também

mx.charts.series.ColumnSeries


Propriedades Públicas
 PropriedadeDefinido por
 InheritedaccessibilityProperties : AccessibilityProperties
The current accessibility options for this display object.
DisplayObject
 InheritedactiveEffects : Array
[read-only] The list of effects that are currently playing on the component, as an Array of EffectInstance instances.
UIComponent
 Inheritedalpha : Number
Indicates the alpha transparency value of the object specified.
DisplayObject
 InheritedannotationElements : Array
Sets an array of ChartElement objects that appears on top of any data series rendered by the chart.
ChartBase
 InheritedautomationDelegate : Object
The delegate object that handles the automation-related functionality.
UIComponent
 InheritedautomationName : String
UIComponent
 InheritedautomationTabularData : Object
[read-only]
UIComponent
 InheritedautomationValue : Array
[read-only] This value generally corresponds to the rendered appearance of the object and should be usable for correlating the identifier with the object as it appears visually within the application.
UIComponent
 InheritedbackgroundElements : Array
Sets an array of background ChartElement objects that appear below any data series rendered by the chart.
ChartBase
 InheritedbaselinePosition : Number
[read-only] The y-coordinate of the baseline of the first line of text of the component.
UIComponent
 InheritedblendMode : String
A value from the BlendMode class that specifies which blend mode to use.
DisplayObject
 InheritedbuttonMode : Boolean
Specifies the button mode of this sprite.
Sprite
 InheritedcacheAsBitmap : Boolean
If set to true, Flash Player or the Adobe Integrated Runtime (AIR) caches an internal bitmap representation of the display object.
DisplayObject
 InheritedcacheHeuristic : Boolean
[write-only] Used by Flex to suggest bitmap caching for the object.
UIComponent
 InheritedcachePolicy : String
Specifies the bitmap caching policy for this object.
UIComponent
 InheritedchartState : uint
[read-only] The current transition state of the chart.
ChartBase
 InheritedclassName : String
[read-only] The name of this instance's class, such as "Button".
UIComponent
 InheritedclipContent : Boolean
Determines whether Flex clips the chart to the area bounded by the axes.
ChartBase
 InheritedcomputedGutters : Rectangle
[read-only] The current computed size of the gutters of the CartesianChart.
CartesianChart
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcontentMouseX : Number
[read-only] Returns the x position of the mouse, in the content coordinate system.
UIComponent
 InheritedcontentMouseY : Number
[read-only] Returns the y position of the mouse, in the content coordinate system.
UIComponent
 InheritedcontextMenu : NativeMenu
Specifies the context menu associated with this object.
InteractiveObject
 InheritedcurrentState : String
The current view state of the component.
UIComponent
 InheriteddataProvider : Object
Specifies the data provider for the chart.
ChartBase
 InheriteddataTipFunction : Function
Specifies a callback method used to generate data tips from values.
ChartBase
 InheriteddataTipMode : String
Specifies how Flex displays DataTip controls for the chart.
ChartBase
 Inheriteddescription : String
A short description of the data in the chart.
ChartBase
 Inheriteddescriptor : UIComponentDescriptor
Reference to the UIComponentDescriptor, if any, that was used by the createComponentFromDescriptor() method to create this UIComponent instance.
UIComponent
 Inheriteddocument : Object
A reference to the document object associated with this UIComponent.
UIComponent
 InheriteddoubleClickEnabled : Boolean
Specifies whether the UIComponent object receives doubleClick events.
UIComponent
 InheriteddragEnabled : Boolean
Specifies whether you can drag items out of this chart and drop them on other controls.
ChartBase
 InheriteddragMoveEnabled : Boolean
Indicates which display cursor to show as drag feedback.
ChartBase
 InheriteddropEnabled : Boolean
A flag that specifies whether dragged items can be dropped onto the chart.
ChartBase
 InheriteddropTarget : DisplayObject
[read-only] Specifies the display object over which the sprite is being dragged, or on which the sprite was dropped.
Sprite
 Inheritedenabled : Boolean
Whether the component can accept user interaction.
UIComponent
 InheritederrorString : String
The text that will be displayed by a component's error tip when a component is monitored by a Validator and validation fails.
UIComponent
 InheritedexplicitHeight : Number
Number that specifies the explicit height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMaxHeight : Number
Number that specifies the maximum height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMaxWidth : Number
Number that specifies the maximum width of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMinHeight : Number
Number that specifies the minimum height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitMinWidth : Number
Number that specifies the minimum width of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedexplicitWidth : Number
Number that specifies the explicit width of the component, in pixels, in the component's coordinates.
UIComponent
  extendLabelToEnd : Boolean
Determines whether or not data labels can extend to the end of the chart.
ColumnChart
 Inheritedfilters : Array
An indexed array that contains each filter object currently associated with the display object.
DisplayObject
 InheritedflexContextMenu : IFlexContextMenu
The context menu for this UIComponent.
UIComponent
 InheritedfocusEnabled : Boolean
Indicates whether the component can receive focus when clicked on.
UIComponent
 InheritedfocusManager : IFocusManager
Gets the FocusManager that controls focus for this component and its peers.
UIComponent
 InheritedfocusPane : Sprite
The focus pane associated with this object.
UIComponent
 InheritedfocusRect : Object
Specifies whether this object displays a focus rectangle.
InteractiveObject
 Inheritedgraphics : Graphics
[read-only] Specifies the Graphics object that belongs to this sprite where vector drawing commands can occur.
Sprite
 Inheritedheight : Number
Number that specifies the height of the component, in pixels, in the parent's coordinates.
UIComponent
 InheritedhitArea : Sprite
Designates another sprite to serve as the hit area for a sprite.
Sprite
 InheritedhorizontalAxis : IAxis
Defines the labels, tick marks, and data position for items on the x-axis.
CartesianChart
 InheritedhorizontalAxisRatio : Number = 0.33
Determines the height limit of the horiztonal axis.
CartesianChart
 InheritedhorizontalAxisRenderer : IAxisRenderer
Specifies how data appears along the x-axis of a chart.
CartesianChart
 InheritedhorizontalAxisRenderers : Array
Specifies how data appears along the x-axis of a chart.
CartesianChart
 Inheritedid : String
ID of the component.
UIComponent
 InheritedincludeInLayout : Boolean
Specifies whether this component is included in the layout of the parent container.
UIComponent
 InheritedinheritingStyles : Object
The beginning of this component's chain of inheriting styles.
UIComponent
 Inheritedinitialized : Boolean
A flag that determines if an object has been through all three phases of layout: commitment, measurement, and layout (provided that any were required).
UIComponent
 InheritedinstanceIndex : int
[read-only] The index of a repeated component.
UIComponent
 InheritedinstanceIndices : Array
An Array containing the indices required to reference this UIComponent object from its parent document.
UIComponent
 InheritedisDocument : Boolean
[read-only] Determines whether this UIComponent instance is a document object, that is, whether it is at the top of the hierarchy of a Flex application, MXML component, or ActionScript component.
UIComponent
 InheritedisPopUp : Boolean
Set to true by the PopUpManager to indicate that component has been popped up.
UIComponent
 InheritedlegendData : Array
[read-only] An array of Legend items.
ChartBase
 InheritedloaderInfo : LoaderInfo
[read-only] Returns a LoaderInfo object containing information about loading the file to which this display object belongs.
DisplayObject
 Inheritedmask : DisplayObject
The calling display object is masked by the specified mask object.
DisplayObject
 InheritedmaxHeight : Number
Number that specifies the maximum height of the component, in pixels, in the component's coordinates.
UIComponent
  maxLabelWidth : int
Determines maximum width in pixels of label of items.
ColumnChart
 InheritedmaxWidth : Number
Number that specifies the maximum width of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedmeasuredHeight : Number
The default height of the component, in pixels.
UIComponent
 InheritedmeasuredMinHeight : Number
The default minimum height of the component, in pixels.
UIComponent
 InheritedmeasuredMinWidth : Number
The default minimum width of the component, in pixels.
UIComponent
 InheritedmeasuredWidth : Number
The default width of the component, in pixels.
UIComponent
 InheritedminHeight : Number
Number that specifies the minimum height of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedminWidth : Number
Number that specifies the minimum width of the component, in pixels, in the component's coordinates.
UIComponent
 InheritedmoduleFactory : IFlexModuleFactory
Documentation is not currently available.
UIComponent
 InheritedmouseChildren : Boolean
Determines whether or not the children of the object are mouse enabled.
DisplayObjectContainer
 InheritedmouseEnabled : Boolean
Specifies whether this object receives mouse messages.
InteractiveObject
 InheritedmouseFocusEnabled : Boolean
Whether you can receive focus when clicked on.
UIComponent
 InheritedmouseSensitivity : Number = 5
Specifies the distance, in pixels, that Flex considers a data point to be under the mouse pointer when the pointer moves around a chart.
ChartBase
 InheritedmouseX : Number
[read-only] Indicates the x coordinate of the mouse position, in pixels.
DisplayObject
 InheritedmouseY : Number
[read-only] Indicates the y coordinate of the mouse position, in pixels.
DisplayObject
 Inheritedname : String
Indicates the instance name of the DisplayObject.
DisplayObject
 InheritednestLevel : int
Depth of this object in the containment hierarchy.
UIComponent
 InheritednonInheritingStyles : Object
The beginning of this component's chain of non-inheriting styles.
UIComponent
 InheritednumAutomationChildren : int
[read-only]
UIComponent
 InheritednumChildren : int
[read-only] Returns the number of children of this object.
DisplayObjectContainer
 InheritedopaqueBackground : Object
Specifies whether the display object is opaque with a certain background color.
DisplayObject
 Inheritedowner : DisplayObjectContainer
The owner of this UIComponent.
UIComponent
 Inheritedparent : DisplayObjectContainer
[read-only] The parent container or component for this component.
UIComponent
 InheritedparentApplication : Object
[read-only] A reference to the Application object that contains this UIComponent instance.
UIComponent
 InheritedparentDocument : Object
[read-only] A reference to the parent document object for this UIComponent.
UIComponent
 InheritedpercentHeight : Number
Number that specifies the height of a component as a percentage of its parent's size.
UIComponent
 InheritedpercentWidth : Number
Number that specifies the width of a component as a percentage of its parent's size.
UIComponent
 InheritedprocessedDescriptors : Boolean
Set to true after immediate or deferred child creation, depending on which one happens.
UIComponent
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
 Inheritedrepeater : IRepeater
[read-only] A reference to the Repeater object in the parent document that produced this UIComponent.
UIComponent
 InheritedrepeaterIndex : int
[read-only] The index of the item in the data provider of the Repeater that produced this UIComponent.
UIComponent
 InheritedrepeaterIndices : Array
An Array containing the indices of the items in the data provider of the Repeaters in the parent document that produced this UIComponent.
UIComponent
 Inheritedrepeaters : Array
An Array containing references to the Repeater objects in the parent document that produced this UIComponent.
UIComponent
 Inheritedroot : DisplayObject
[read-only] For a display object in a loaded SWF file, the root property is the top-most display object in the portion of the display list's tree structure represented by that SWF file.
DisplayObject
 Inheritedrotation : Number
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
DisplayObject
 Inheritedscale9Grid : Rectangle
The current scaling grid that is in effect.
DisplayObject
 InheritedscaleX : Number
Number that specifies the horizontal scaling factor.
UIComponent
 InheritedscaleY : Number
Number that specifies the vertical scaling factor.
UIComponent
 Inheritedscreen : Rectangle
[read-only] Returns an object that contains the size and position of the base drawing surface for this object.
UIComponent
 InheritedscrollRect : Rectangle
The scroll rectangle bounds of the display object.
DisplayObject
 InheritedsecondDataProvider : Object
The second data provider for this chart.
CartesianChart
 InheritedsecondHorizontalAxis : IAxis
Defines the labels, tick marks, and data position for items on the y-axis.
CartesianChart
 InheritedsecondHorizontalAxisRenderer : IAxisRenderer
Specifies how data appears along the y-axis of a chart.
CartesianChart
 InheritedsecondSeries : Array
An array of Series objects that define the secondary chart data.
CartesianChart
 InheritedsecondVerticalAxis : IAxis
The second vertical axis definition for this chart.
CartesianChart
 InheritedsecondVerticalAxisRenderer : IAxisRenderer
Defines the labels, tick marks, and data position for items on the x-axis.
CartesianChart
 InheritedselectedChartItem : ChartItem
[read-only] Specifies the selected ChartItem in the chart.
ChartBase
 InheritedselectedChartItems : Array
[read-only]
CartesianChart
 InheritedselectionMode : String
Specifies whether or not ChartItem objects can be selected.
ChartBase
 Inheritedseries : Array
An array of Series objects that define the chart data.
ChartBase
 InheritedseriesFilters : Array
An array of filters that are applied to all series in the chart.
ChartBase
 InheritedshowAllDataTips : Boolean
Specifies whether Flex shows all DataTip controls for the chart.
ChartBase
 InheritedshowDataTips : Boolean
Specifies whether Flex shows DataTip controls for the chart.
ChartBase
 InheritedshowInAutomationHierarchy : Boolean
UIComponent
  showLabelVertically : Boolean
Determines whether or not the data labels can be shown vertically.
ColumnChart
 InheritedsoundTransform : SoundTransform
Controls sound within this sprite.
Sprite
 Inheritedstage : Stage
[read-only] The Stage of the display object.
DisplayObject
 Inheritedstates : Array
The view states that are defined for this component.
UIComponent
 InheritedstyleDeclaration : CSSStyleDeclaration
Storage for the inline inheriting styles on this object.
UIComponent
 InheritedstyleName : Object
The class style used by this component.
UIComponent
 InheritedsystemManager : ISystemManager
Returns the SystemManager object used by this component.
UIComponent
 InheritedtabChildren : Boolean
Determines whether the children of the object are tab enabled.
DisplayObjectContainer
 InheritedtabEnabled : Boolean
Specifies whether this object is in the tab order.
InteractiveObject
 InheritedtabIndex : int
Specifies the tab ordering of objects in a SWF file.
InteractiveObject
 InheritedtextSnapshot : TextSnapshot
[read-only] Returns a TextSnapshot object for this DisplayObjectContainer instance.
DisplayObjectContainer
 InheritedtoolTip : String
Text to display in the ToolTip.
UIComponent
 Inheritedtransform : Transform
An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.
DisplayObject
 Inheritedtransitions : Array
An Array of Transition objects, where each Transition object defines a set of effects to play when a view state change occurs.
UIComponent
 InheritedtweeningProperties : Array
Array of properties that are currently being tweened on this object.
UIComponent
  type : String
The type of the column chart.
ColumnChart
 Inheriteduid : String
A unique identifier for the object.
UIComponent
 InheritedupdateCompletePendingFlag : Boolean
A flag that determines if an object has been through all three phases of layout validation (provided that any were required).
UIComponent
 InheriteduseHandCursor : Boolean
A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls over a sprite in which the buttonMode property is set to true.
Sprite
 InheritedvalidationSubField : String
Used by a validator to associate a subfield with this component.
UIComponent
 InheritedverticalAxis : IAxis
Defines the labels, tick marks, and data position for items on the y-axis.
CartesianChart
 InheritedverticalAxisRatio : Number = 0.33
Determines the width limit of the vertical axis.
CartesianChart
 InheritedverticalAxisRenderer : IAxisRenderer
Specifies how data appears along the y-axis of a chart.
CartesianChart
 InheritedverticalAxisRenderers : Array
Specifies how data appears along the y-axis of a chart.
CartesianChart
 Inheritedvisible : Boolean
Controls the visibility of this UIComponent.
UIComponent
 Inheritedwidth : Number
Number that specifies the width of the component, in pixels, in the parent's coordinates.
UIComponent
 Inheritedx : Number
Number that specifies the component's horizontal position, in pixels, within its parent container.
UIComponent
 Inheritedy : Number
Number that specifies the component's vertical position, in pixels, within its parent container.
UIComponent
Propriedades Protegidas
 PropriedadeDefinido por
 InheritedallElements : Array
The set of all chart elements displayed in the chart.
ChartBase
 InheriteddataRegion : Rectangle
[read-only]
CartesianChart
 InheriteddataTipLayerIndex : int
[read-only] The index of the child that is responsible for rendering data tips.
ChartBase
 InheriteddragImage : IUIComponent
[read-only] Gets an instance of a class that displays the visuals during a drag-and-drop operation.
ChartBase
 InheritedlabelElements : Array
The set of display objects that represent the labels for the chart elements.
ChartBase
 InheritedresourceManager : IResourceManager
[write-only] A reference to the object which manages all of the application's localized resources.
UIComponent
 Inheritedtransforms : Array
[-only] The DataTransform objects that are managed by this chart.
ChartBase
 InheritedunscaledHeight : Number
[read-only] A convenience method for determining the unscaled height of the component.
UIComponent
 InheritedunscaledWidth : Number
[read-only] A convenience method for determining the unscaled width of the component All of a component's drawing and child layout should be done within a bounding rectangle of this width, which is also passed as an argument to updateDisplayList().
UIComponent
Métodos Públicos
 MétodoDefinido por
  
Constructor.
ColumnChart
 Inherited
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
DisplayObjectContainer
 Inherited
Adds a child DisplayObject instance to this DisplayObjectContainer instance.
DisplayObjectContainer
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
EventDispatcher
 Inherited
Indicates whether the security restrictions would cause any display objects to be omitted from the list returned by calling the DisplayObjectContainer.getObjectsUnderPoint() method with the specified point point.
DisplayObjectContainer
 Inherited
callLater(method:Function, args:Array = null):void
Queues a function to be called later.
UIComponent
 Inherited
Deselects all selected chart items in the chart control.
ChartBase
 Inherited
clearStyle(styleProp:String):void
Deletes a style property from this component instance.
UIComponent
 Inherited
Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself.
DisplayObjectContainer
 Inherited
Converts a Point object from content coordinates to global coordinates.
UIComponent
 Inherited
Converts a Point object from content to local coordinates.
UIComponent
 Inherited
UIComponent
 Inherited
UIComponent
 Inherited
dataToLocal(... dataValues):Point
CartesianChart
 Inherited
UIComponent
 Inherited
Returns a UITextFormat object corresponding to the text styles for this UIComponent.
UIComponent
 Inherited
UIComponent
 Inherited
drawFocus(isFocused:Boolean):void
Shows or hides the focus indicator around this component.
UIComponent
 Inherited
drawRoundRect(x:Number, y:Number, width:Number, height:Number, cornerRadius:Object = null, color:Object = null, alpha:Object = null, gradientMatrix:Matrix = null, gradientType:String = "linear", gradientRatios:Array = null, hole:Object = null):void
Programatically draws a rectangle into this skin's Graphics object.
UIComponent
 Inherited
Called by the effect instance when it stops playing on the component.
UIComponent
 Inherited
Called by the effect instance when it starts playing on the component.
UIComponent
 Inherited
Ends all currently playing effects on the component.
UIComponent
 Inherited
executeBindings(recurse:Boolean = false):void
Executes the data bindings into this UIComponent object.
UIComponent
 Inherited
Returns an array of HitData objects that describe the nearest data point to the coordinates passed to the method.
ChartBase
 Inherited
Called after printing is complete.
UIComponent
 Inherited
Returns an array of HitData objects representing the chart items in the underlying objects that implement the IChartElement2 interface.
ChartBase
 Inherited
UIComponent
 Inherited
getAxis(dimension:String):IAxis
Retrieves the Axis instance for a particular dimension of the chart.
ChartBase
 Inherited
getAxis(dimension:String):IAxis
ChartBase
 Inherited
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
Returns a rectangle that defines the area of the display object relative to the coordinate system of the targetCoordinateSpace object.
DisplayObject
 Inherited
Returns the child display object instance that exists at the specified index.
DisplayObjectContainer
 Inherited
Returns the child display object that exists with the specified name.
DisplayObjectContainer
 Inherited
Returns the index position of a child DisplayObject instance.
DisplayObjectContainer
 Inherited
Finds the type selectors for this UIComponent instance.
UIComponent
 Inherited
getConstraintValue(constraintName:String):*
Returns a layout constraint value, which is the same as getting the constraint style for this component.
UIComponent
 Inherited
A convenience method for determining whether to use the explicit or measured height
UIComponent
 Inherited
A convenience method for determining whether to use the explicit or measured width
UIComponent
 Inherited
CartesianChart
 Inherited
Gets the object that currently has focus.
UIComponent
 Inherited
Gets all the chart items that are within the defined rectangular region.
ChartBase
 Inherited
CartesianChart
 Inherited
CartesianChart
 Inherited
Returns an array of objects that lie under the specified point and are children (or grandchildren, and so on) of this DisplayObjectContainer instance.
DisplayObjectContainer
 Inherited
CartesianChart
 Inherited
getRect(targetCoordinateSpace:DisplayObject):Rectangle
Returns a rectangle that defines the boundary of the display object, based on the coordinate system defined by the targetCoordinateSpace parameter, excluding any strokes on shapes.
DisplayObject
 Inherited
getRepeaterItem(whichRepeater:int = -1):Object
Returns the item in the dataProvider that was used by the specified Repeater to produce this Repeater, or null if this Repeater isn't repeated.
UIComponent
 Inherited
Retrieves axis instance for a particular secondary dimension of the chart.
CartesianChart
 Inherited
getStyle(styleProp:String):*
Gets a style property that has been set anywhere in this component's style lookup chain.
UIComponent
 Inherited
Converts a Point object from global to content coordinates.
UIComponent
 Inherited
Converts the point object from the Stage (global) coordinates to the display object's (local) coordinates.
DisplayObject
 Inherited
Checks whether the EventDispatcher object has any listeners registered for a specific type of event.
EventDispatcher
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Informs the chart that the underlying data displayed in the chart has been changed.
ChartBase
 Inherited
Hides the drop indicator that indicates that a drag-and-drop operation is allowed.
ChartBase
 Inherited
Evaluates the display object to see if it overlaps or intersects with the obj display object.
DisplayObject
 Inherited
hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
Evaluates the display object to see if it overlaps or intersects with the point specified by the x and y parameters.
DisplayObject
 Inherited
Returns a box Matrix which can be passed to the drawRoundRect() method as the rot parameter when drawing a horizontal gradient.
UIComponent
 Inherited
Initializes the internal structure of this component.
UIComponent
 Inherited
Initializes various properties which keep track of repeated instances of this component.
UIComponent
 Inherited
Marks a component so that its updateDisplayList() method gets called during a later screen update.
UIComponent
 Inherited
Marks a component so that its commitProperties() method gets called during a later screen update.
UIComponent
 Inherited
Triggers a redraw of the chart.
ChartBase
 Inherited
Marks a component so that its measure() method gets called during a later screen update.
UIComponent
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Dispatches a new LegendDataChanged event.
ChartBase
 Inherited
Converts a Point object from local to content coordinates.
UIComponent
 Inherited
CartesianChart
 Inherited
Converts the point object from the display object's (local) coordinates to the Stage (global) coordinates.
DisplayObject
 Inherited
Measures the specified HTML text, which may contain HTML tags such as <font> and <b>, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
UIComponent
 Inherited
Measures the specified text, assuming that it is displayed in a single-line UITextField using a UITextFormat determined by the styles of this UIComponent.
UIComponent
 Inherited
Moves the component to a specified position within its parent.
UIComponent
 Inherited
Propagates style changes to the children.
UIComponent
 Inherited
Returns true if the chain of owner properties points from child to this UIComponent.
UIComponent
 Inherited
Called by Flex when a UIComponent object is added to or removed from a parent.
UIComponent
 Inherited
Prepares an IFlexDisplayObject for printing.
UIComponent
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Builds or rebuilds the CSS style cache for this component and, if the recursive parameter is true, for all descendants of this component as well.
UIComponent
 Inherited
For each effect event, registers the EffectManager as one of the event listeners.
UIComponent
 Inherited
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
DisplayObjectContainer
 Inherited
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
DisplayObjectContainer
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object.
EventDispatcher
 Inherited
UIComponent
 Inherited
UIComponent
 Inherited
[static] Resumes the background processing of methods queued by callLater(), after a call to suspendBackgroundProcessing().
UIComponent
 Inherited
ChartBase
 Inherited
setAxis(dimension:String, value:IAxis):void
Assigns an Axis instance to a particular dimension of the chart.
ChartBase
 Inherited
setAxis(dimension:String, value:IAxis):void
ChartBase
 Inherited
Changes the position of an existing child in the display object container.
DisplayObjectContainer
 Inherited
setConstraintValue(constraintName:String, value:*):void
Sets a layout constraint value, which is the same as setting the constraint style for this component.
UIComponent
 Inherited
setCurrentState(stateName:String, playTransition:Boolean = true):void
Set the current state.
UIComponent
 Inherited
Sets the focus to this component.
UIComponent
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
setSecondAxis(dimension:String, value:IAxis):void
Assigns an axis instance to a particular secondary dimension of the chart.
CartesianChart
 Inherited
setStyle(styleProp:String, newValue:*):void
Sets a style property on this component instance.
UIComponent
 Inherited
setVisible(value:Boolean, noEvent:Boolean = false):void
Called when the visible property changes.
UIComponent
 Inherited
Displays a drop indicator under the mouse pointer to indicate that a drag-and-drop operation is allowed.
ChartBase
 Inherited
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
Lets the user drag the specified sprite.
Sprite
 Inherited
Ends the startDrag() method.
Sprite
 Inherited
styleChanged(styleProp:String):void
CartesianChart
 Inherited
Flex calls the stylesInitialized() method when the styles for a component are first initialized.
UIComponent
 Inherited
[static] Blocks the background processing of methods queued by callLater(), until resumeBackgroundProcessing() is called.
UIComponent
 Inherited
Swaps the z-order (front-to-back order) of the two specified child objects.
DisplayObjectContainer
 Inherited
swapChildrenAt(index1:int, index2:int):void
Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the child list.
DisplayObjectContainer
 Inherited
Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
FlexSprite
 Inherited
Displays all noninteractive data tips if showAllDataTips is set.
ChartBase
 Inherited
UIComponent
 Inherited
Validate and update the properties and layout of this object and redraw it, if necessary.
UIComponent
 Inherited
Used by layout logic to validate the properties of a component by calling the commitProperties() method.
UIComponent
 Inherited
validateSize(recursive:Boolean = false):void
UIComponent
 Inherited
Handles both the valid and invalid events from a validator assigned to this component.
UIComponent
 Inherited
Returns the primitive value of the specified object.
Object
 Inherited
Returns a box Matrix which can be passed to drawRoundRect() as the rot parameter when drawing a vertical gradient.
UIComponent
 Inherited
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type.
EventDispatcher
Métodos Protegidos
 MétodoDefinido por
 Inherited
Adds the selected items to the DragSource object as part of a drag and drop operation.
ChartBase
 Inherited
Adjust the focus rectangle.
UIComponent
 Inherited
applySeriesSet(seriesSet:Array, transform:DataTransform):Array
Preprocesses the series and transform for display.
ChartBase
 Inherited
This is an internal method used by the Flex framework to support the Dissolve effect.
UIComponent
 Inherited
Performs any final processing after child objects are created.
UIComponent
 Inherited
CartesianChart
 Inherited
Create child objects of the component.
UIComponent
 Inherited
Creates a new object using a context based on the embedded font being used.
UIComponent
 Inherited
Creates the object using a given moduleFactory.
UIComponent
 Inherited
customizeSeries(seriesGlyph:Series, i:uint):void
Applies per-series customization and formatting to the series of the chart.
ChartBase
 Inherited
Handles events of type DragEvent.DRAG_COMPLETE.
ChartBase
 Inherited
Handles events of type DragEvent.DRAG_DROP.
ChartBase
 Inherited
Handles events of type DragEvent.DRAG_ENTER.
ChartBase
 Inherited
Handles events of type DragEvent.DRAG_EXIT.
ChartBase
 Inherited
Handles events of type DragEvent.DRAG_OVER.
ChartBase
 Inherited
The default handler for the dragStart event.
ChartBase
 Inherited
The event handler called when a UIComponent object gets focus.
UIComponent
 Inherited
The event handler called when a UIComponent object loses focus.
UIComponent
 Inherited
Finalizes the initialization of this component.
UIComponent
 Inherited
Initializes this component's accessibility code.
UIComponent
 Inherited
Initializes the chart for displaying a second series.
CartesianChart
 Inherited
Informs the chart that its child list was modified and should be reordererd.
ChartBase
 Inherited
Triggers a redraw of the chart.
ChartBase
 Inherited
Informs the chart that its series array was modified and should be reprocessed.
ChartBase
 Inherited
Typically overridden by components containing UITextField objects, where the UITextField object gets focus.
UIComponent
 Inherited
The event handler called for a keyDown event.
UIComponent
 Inherited
The event handler called for a keyUp event.
UIComponent
 Inherited
CartesianChart
 Inherited
InteractiveObject
 Inherited
Defines the locations of DataTip objects on the chart when the showAllDataTips property is set to true.
ChartBase
 Inherited
Defines the locations of DataTip objects on the chart.
ChartBase
 Inherited
This method is called when a UIComponent is constructed, and again whenever the ResourceManager dispatches a "change" Event to indicate that the localized resources have changed in some way.
UIComponent
 Inherited
updateAxisLayout(unscaledWidth:Number, unscaledHeight:Number):void
private
CartesianChart
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
CartesianChart
Eventos
 Evento Descrição Definido por
 Inherited Dispatched when Flash Player or the and AIR application gains operating system focus and becomes active.EventDispatcher
 Inherited
add
Dispatched when the component is added to a container as a content child by using the addChild() or addChildAt() method.UIComponent
 Inherited Dispatched when a display object is added to the display list.DisplayObject
 Inherited Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained.DisplayObject
 Inherited Dispatched when the selection changes in the chart.ChartBase
 Inherited Dispatched when no data point is found under the mouse pointer when mouse is clicked on chart.ChartBase
 Inherited Dispatched when no data point is found under the mouse pointer when mouse is double-clicked on chart.ChartBase
 Inherited Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject.InteractiveObject
 Inherited Dispatched when the component has finished its construction, property processing, measuring, layout, and drawing.UIComponent
 Inherited Dispatched after the view state has changed.UIComponent
 Inherited Dispatched after the currentState property changes, but before the view state changes.UIComponent
 Inherited Dispatched when Flash Player loses operating system focus and is becoming inactive.EventDispatcher
 Inherited Dispatched when a user presses and releases the main button of a pointing device twice in rapid succession over the same InteractiveObject when that object's doubleClickEnabled flag is set to true.InteractiveObject
 Inherited Dispatched by the drag initiator (the component that is the source of the data being dragged) when the drag operation completes, either when you drop the dragged data onto a drop target or when you end the drag-and-drop operation without performing a drop.UIComponent
 Inherited Dispatched by the drop target when the user releases the mouse over it.UIComponent
 Inherited Dispatched by a component when the user moves the mouse over the component during a drag operation.UIComponent
 Inherited Dispatched by the component when the user drags outside the component, but does not drop the data onto the target.UIComponent
 Inherited Dispatched by a component when the user moves the mouse while over the component during a drag operation.UIComponent
 Inherited Dispatched by the drag initiator when starting a drag operation.UIComponent
 Inherited Dispatched after an effect ends.UIComponent
 Inherited Dispatched just before an effect starts.UIComponent
 Inherited Dispatched when the playhead is entering a new frame.DisplayObject
 Inherited Dispatched after the component has returned to the root view state.UIComponent
 Inherited Dispatched before the component exits from the root view state.UIComponent
 Inherited Dispatched after a display object gains focus.InteractiveObject
 Inherited Dispatched after a display object loses focus.InteractiveObject
 Inherited Dispatched when an object's state changes from visible to invisible.UIComponent
 Inherited Dispatched when the component has finished its construction and has all initialization properties set.UIComponent
 Inherited Dispatched when a component is monitored by a Validator and the validation failed.UIComponent
 Inherited Dispatched when a data point is found under the mouse pointer when it is clicked.ChartBase
 Inherited Dispatched when a data point is found under the mouse pointer when it is double clicked.ChartBase
 Inherited Dispatched when a data point is found under the mouse pointer when it is pressed down.ChartBase
 Inherited Dispatched when the mouse pointer moves while over a data point.ChartBase
 Inherited Dispatched when a data point is found under the mouse pointer when it is released.ChartBase
 Inherited Dispatched when the closest data point under the mouse pointer changes.ChartBase
 Inherited Dispatched when a new data point is found under the mouse pointer.ChartBase
 Inherited Dispatched when the user presses a key.InteractiveObject
 Inherited Dispatched when the user attempts to change focus by using keyboard navigation.InteractiveObject
 Inherited Dispatched when the user releases a key.InteractiveObject
 Inherited Dispatched when a user presses the pointing device button over an InteractiveObject instance.InteractiveObject
 Inherited Dispatched from a component opened using the PopUpManager when the user clicks outside it.UIComponent
 Inherited Dispatched when the user attempts to change focus by using a pointer device.InteractiveObject
 Inherited Dispatched when a user moves the pointing device while it is over an InteractiveObject.InteractiveObject
 Inherited Dispatched when the user moves a pointing device away from an InteractiveObject instance.InteractiveObject
 Inherited Dispatched when the user moves a pointing device over an InteractiveObject instance.InteractiveObject
 Inherited Dispatched when a user releases the pointing device button over an InteractiveObject instance.InteractiveObject
 Inherited Dispatched when a mouse wheel is spun over an InteractiveObject instance.InteractiveObject
 Inherited Dispatched from a component opened using the PopUpManager when the user scrolls the mouse wheel outside it.UIComponent
 Inherited Dispatched when the object has moved.UIComponent
 Inherited Dispatched by the drag initiator DisplayObject when the user releases the drag gesture.DisplayObject
 Inherited Dispatched by the target DisplayObject when a dragged object is dropped on it and the drop has been accepted with a call to DragManager.acceptDragDrop().DisplayObject
 Inherited Dispatched by a DisplayObject when a drag gesture enters its boundary.DisplayObject
 Inherited Dispatched by a DisplayObject when a drag gesture leaves its boundary.DisplayObject
 Inherited Dispatched by a DisplayObject continually while a drag gesture remains within its boundary.DisplayObject
 Inherited Dispatched at the beginning of a drag operation by the DisplayObject that is specified as the drag initiator in the DragManager.doDrag() call.DisplayObject
 Inherited Dispatched at the beginning of the component initialization sequence.UIComponent
 Inherited Dispatched when the component is removed from a container as a content child by using the removeChild() or removeChildAt() method.UIComponent
 Inherited Dispatched when a display object is about to be removed from the display list.DisplayObject
 Inherited Dispatched when a display object is about to be removed from the display list, either directly or through the removal of a sub tree in which the display object is contained.DisplayObject
 Inherited Dispatched when the display list is about to be updated and rendered.DisplayObject
 Inherited Dispatched when the component is resized.UIComponent
 Inherited Dispatched when the user moves a pointing device away from an InteractiveObject instance.InteractiveObject
 Inherited Dispatched when the user moves a pointing device over an InteractiveObject instance.InteractiveObject
 Inherited Dispatched when an object's state changes from invisible to visible.UIComponent
 Inherited Dispatched when the value of the object's tabChildren flag changes.InteractiveObject
 Inherited Dispatched when the object's tabEnabled flag changes.InteractiveObject
 Inherited Dispatched when the value of the object's tabIndex property changes.InteractiveObject
 Inherited Dispatched by the component when it is time to create a ToolTip.UIComponent
 Inherited Dispatched by the component when its ToolTip has been hidden and will be discarded soon.UIComponent
 Inherited Dispatched by the component when its ToolTip is about to be hidden.UIComponent
 Inherited Dispatched by the component when its ToolTip is about to be shown.UIComponent
 Inherited Dispatched by the component when its ToolTip has been shown.UIComponent
 Inherited Dispatched by a component whose toolTip property is set, as soon as the user moves the mouse over it.UIComponent
 Inherited Dispatched when an object has had its commitProperties(), measure(), and updateDisplayList() methods called (if needed).UIComponent
 Inherited Dispatched when a component is monitored by a Validator and the validation succeeded.UIComponent
 Inherited Dispatched when values are changed programmatically or by user interaction.UIComponent
Estilos
 Style Descrição Definido por
 Inherited Type: String   CSS Herança: sim
The name of the CSS class selector to use when formatting titles on the axes.
CartesianChart
 Inherited Type: String   CSS Herança: não
The vertical distance in pixels from the top edge of the content area to the control's baseline position.
UIComponent
 Inherited Type: String   CSS Herança: não
The vertical distance in pixels from the lower edge of the component to the lower edge of its content area.
UIComponent
 Inherited Type: Array   CSS Herança: não
Contains a list of Strings, each corresponding to a CSS type selector to be used as the default CSS style for a series.
ChartBase
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of text in the component, including the component label.
CartesianChart
  
columnWidthRatio
Type: Number   CSS Herança: não
Specifies a ratio of wide to draw the columns relative to the category width, as a percentage in the range of 0 to 1. A value of 1 uses the entire space, while a value of 0.6 uses 60% of the column's available space. The actual column width used is the smaller of the columnWidthRatio property and the maxColumnWidth property. Clustered columns divide this space proportionally among the columns in each cluster. The default value is 0.65.
ColumnChart
 Inherited Type: mx.graphics.IStroke   CSS Herança: não
The Stroke to use to render the callout line from the data tip target to the tip.
ChartBase
 Inherited Type: Classe   CSS Herança: não
Specifies the class to use to render data tips.
ChartBase
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of text in the component if it is disabled.
CartesianChart
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of the component highlight when validation fails.
UIComponent
 Inherited Type: mx.graphics.IFill   CSS Herança: não
Specifies the fill style used for the chart background.
ChartBase
 Inherited Type: String   CSS Herança: não
Blend mode used by the focus rectangle.
UIComponent
 Inherited Type: Classe   CSS Herança: não
Skin used to draw the focus rectangle.
UIComponent
 Inherited Type: Number   Format: Length   CSS Herança: não
Thickness, in pixels, of the focus rectangle outline.
UIComponent
 Inherited Type: String   CSS Herança: sim
Sets the antiAliasType property of internal TextFields.
CartesianChart
 Inherited Type: String   CSS Herança: sim
Name of the font to use.
CartesianChart
 Inherited Type: String   CSS Herança: sim
Sets the gridFitType property of internal TextFields that represent text in Flex controls.
CartesianChart
 Inherited Type: Number   CSS Herança: sim
Sets the sharpness property of internal TextFields that represent text in Flex controls.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: sim
Height of the text, in pixels.
CartesianChart
 Inherited Type: String   CSS Herança: sim
Determines whether the text is italic font.
CartesianChart
 Inherited Type: Number   CSS Herança: sim
Sets the thickness property of internal TextFields that represent text in Flex controls.
CartesianChart
 Inherited Type: String   CSS Herança: sim
Determines whether the text is boldface.
CartesianChart
 Inherited Type: String   CSS Herança: não
The class selector that defines the style properties for the default grid lines.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: não
The size of the region, in pixels, between the bottom of the chart data area and the bottom of the chart control.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: não
The size of the region, in pixels, between the left of the chart data area and the left of the chart control.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: não
The size of the region, in pixels, between the right side of the chart data area and the outside of the chart control.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: não
The size of the region, in pixels, between the top of the chart data area and the top of the chart control.
CartesianChart
 Inherited Type: String   CSS Herança: não
Deprecated: Please use horizontalAxisStyleNames
The class selector that defines the style properties for the horizontal axis.
CartesianChart
 Inherited Type: Array   CSS Herança: não
An array of class selectors that define the style properties for horizontal axes.
CartesianChart
 Inherited Type: String   CSS Herança: não
The horizontal distance in pixels from the center of the component's content area to the center of the component.
UIComponent
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of disabled chartitem in the chart.
ChartBase
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of rolledOver chartitem in the chart.
ChartBase
 Inherited Type: uint   Format: Color   CSS Herança: sim
Color of selected chartitem in the chart.
ChartBase
 Inherited Type: Boolean   CSS Herança: sim
A Boolean value that indicates whether kerning is enabled (true) or disabled (false).
CartesianChart
 Inherited Type: String   CSS Herança: não
The horizontal distance in pixels from the left edge of the component's content area to the left edge of the component.
UIComponent
 Inherited Type: Number   CSS Herança: sim
The number of additional pixels to appear between each character.
CartesianChart
  
maxColumnWidth
Type: Number   Format: Length   CSS Herança: não
Specifies how wide to draw the columns, in pixels. The actual column width used is the smaller of this property and the columnWidthRatio property. Clustered columns divide this space proportionally among the columns in each cluster.
ColumnChart
 Inherited Type: int   CSS Herança: não
Specifies the maximum number of datatips a chart will show.
ChartBase
 Inherited Type: Number   Format: Length   CSS Herança: não
Specifies the number of pixels between the chart's bottom border and its content area.
ChartBase
 Inherited Type: Number   Format: Length   CSS Herança: não
Number of pixels between the control's left border and the left edge of its content area.
ChartBase
 Inherited Type: Number   Format: Length   CSS Herança: não
Number of pixels between the control's right border and the right edge of its content area.
ChartBase
 Inherited Type: Number   Format: Length   CSS Herança: não
Specifies the number of pixels between the chart's top border and its content area.
ChartBase
 Inherited Type: String   CSS Herança: não
The horizontal distance in pixels from the right edge of the component to the right edge of its content area.
UIComponent
 Inherited Type: String   CSS Herança: não
Deprecated: Please use horizontalAxisStyleNames
The class selector that defines the style properties for the second horizontal axis.
CartesianChart
 Inherited Type: String   CSS Herança: não
Deprecated: Please use verticalAxisStyleNames
The class selector that defines the style properties for the second vertical axis.
CartesianChart
 Inherited Type: Boolean   CSS Herança: não
Specifies whether to show targets over the datapoints when showDataTips is set to true.
ChartBase
 Inherited Type: String   CSS Herança: sim
Alignment of text within a container.
CartesianChart
 Inherited Type: String   CSS Herança: sim
Determines whether the text is underlined.
CartesianChart
 Inherited Type: Number   Format: Length   CSS Herança: sim
Offset of first line of text from the left side of the container, in pixels.
CartesianChart
 Inherited Type: uint   Format: Color   CSS Herança: sim
Theme color of a component.
UIComponent
 Inherited
top
Type: String   CSS Herança: não
The vertical distance in pixels from the top edge of the control's content area to the top edge of the component.
UIComponent
 Inherited Type: String   CSS Herança: não
Deprecated: Please use verticalAxisStyleNames
The class selector that defines the style properties for the vertical axis.
CartesianChart
 Inherited Type: Array   CSS Herança: não
An array of class selectors that define the style properties for vertical axes.
CartesianChart
 Inherited Type: String   CSS Herança: não
The vertical distance in pixels from the center of the component's content area to the center of the component.
UIComponent
Efeitos
 Effect Descrição Definido por
 Inherited Triggering Event: added
 Inherited Triggering Event: creationComplete
 Inherited Triggering Event: focusIn
 Inherited Triggering Event: focusOut
 Inherited Triggering Event: hide
 Inherited Triggering Event: mouseDown
 Inherited Triggering Event: mouseUp
 Inherited Triggering Event: move
 Inherited Triggering Event: removed
 Inherited Triggering Event: resize
 Inherited Triggering Event: rollOut
 Inherited Triggering Event: rollOver
 Inherited Triggering Event: show
Constantes públicas
 ConstanteDefinido por
 InheritedDEFAULT_MAX_HEIGHT : Number = 10000
[static] The default value for the maxHeight property.
UIComponent
 InheritedDEFAULT_MAX_WIDTH : Number = 10000
[static] The default value for the maxWidth property.
UIComponent
 InheritedDEFAULT_MEASURED_HEIGHT : Number = 22
[static] The default value for the measuredHeight property.
UIComponent
 InheritedDEFAULT_MEASURED_MIN_HEIGHT : Number = 22
[static] The default value for the measuredMinHeight property.
UIComponent
 InheritedDEFAULT_MEASURED_MIN_WIDTH : Number = 40
[static] The default value for the measuredMinWidth property.
UIComponent
 InheritedDEFAULT_MEASURED_WIDTH : Number = 160
[static] The default value for the measuredWidth property.
UIComponent
 InheritedHORIZONTAL : String = "H"
[static]
ChartBase
 InheritedVERTICAL : String = "V"
[static]
ChartBase
Detalhes da propriedade
extendLabelToEndpropriedade
extendLabelToEnd:Boolean  [read-write]

Determines whether or not data labels can extend to the end of the chart. If you set this to true, labels can use the whole space between the item and the boundary of the chart to show its label. Otherwise, data labels are restricted to the area defined by their chart item.

The default value is false.


Implementação
    public function get extendLabelToEnd():Boolean
    public function set extendLabelToEnd(value:Boolean):void
maxLabelWidthpropriedade 
maxLabelWidth:int  [read-write]

Determines maximum width in pixels of label of items.

The default value is 50.


Implementação
    public function get maxLabelWidth():int
    public function set maxLabelWidth(value:int):void
showLabelVerticallypropriedade 
showLabelVertically:Boolean  [read-write]

Determines whether or not the data labels can be shown vertically. If you set this to true and if embedded fonts are used, labels will be shown vertically if they cannot be fit horizontally within the column width.

The default value is false.


Implementação
    public function get showLabelVertically():Boolean
    public function set showLabelVertically(value:Boolean):void
typepropriedade 
type:String  [read-write]

The type of the column chart.

Possible values are:


Implementação
    public function get type():String
    public function set type(value:String):void
Detalhes do construtor
ColumnChart()Construtor
public function ColumnChart()

Constructor.

Exemplos How to use examples
Column_BarChartExample.mxml
<?xml version="1.0"?>
<!-- Simple exemplo to demonstrate the ColumnChart and BarChart controls. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Script>
        <![CDATA[          
        import mx.collections.ArrayCollection;

        [Bindable]
        private var medalsAC:ArrayCollection = new ArrayCollection( [
            { Country: "USA", Gold: 35, Silver:39, Bronze: 29 },
            { Country: "China", Gold: 32, Silver:17, Bronze: 14 },
            { Country: "Russia", Gold: 27, Silver:27, Bronze: 38 } ]);
        ]]>
    </mx:Script>

    <!-- Define custom colors for use as fills. -->
    <mx:SolidColor id="sc1" color="yellow" alpha=".8"/>
    <mx:SolidColor id="sc2" color="0xCCCCCC" alpha=".6"/>
    <mx:SolidColor id="sc3" color="0xFFCC66" alpha=".6"/>

    <!-- Define custom Strokes for the columns. -->
    <mx:Stroke id="s1" color="yellow" weight="2"/>
    <mx:Stroke id="s2" color="0xCCCCCC" weight="2"/>
    <mx:Stroke id="s3" color="0xFFCC66" weight="2"/>

    <mx:Panel title="ColumnChart and BarChart Controls Example" 
        height="100%" width="100%" layout="horizontal">
        <mx:ColumnChart id="column" 
            height="100%" 
            width="45%" 
            paddingLeft="5" 
            paddingRight="5" 
            showDataTips="true" 
            dataProvider="{medalsAC}"
        >                
            <mx:horizontalAxis>
                <mx:CategoryAxis categoryField="Country"/>
            </mx:horizontalAxis>
                
            <mx:series>
                <mx:ColumnSeries 
                    xField="Country" 
                    yField="Gold" 
                    displayName="Gold"
                    fill="{sc1}"
                    stroke="{s1}"
                />
                <mx:ColumnSeries 
                    xField="Country" 
                    yField="Silver" 
                    displayName="Silver"
                    fill="{sc2}"
                    stroke="{s2}"
                />
                <mx:ColumnSeries 
                    xField="Country" 
                    yField="Bronze" 
                    displayName="Bronze"
                    fill="{sc3}"
                    stroke="{s3}"
                />
            </mx:series>
        </mx:ColumnChart>

        <mx:Legend dataProvider="{column}"/>

         <mx:BarChart id="bar" height="100%" width="45%" 
            paddingLeft="5" paddingRight="5" 
            showDataTips="true" dataProvider="{medalsAC}">
                
            <mx:verticalAxis>
                <mx:CategoryAxis categoryField="Country"/>
            </mx:verticalAxis>
                
            <mx:series>
                <mx:BarSeries 
                    yField="Country" 
                    xField="Gold" 
                    displayName="Gold"
                    fill="{sc1}"
                    stroke="{s1}"
                />
                <mx:BarSeries 
                    yField="Country" 
                    xField="Silver" 
                    displayName="Silver"
                    fill="{sc2}"
                    stroke="{s2}"
                />
                <mx:BarSeries 
                    yField="Country" 
                    xField="Bronze" 
                    displayName="Bronze"
                    fill="{sc3}"
                    stroke="{s3}"
                />
            </mx:series>
        </mx:BarChart>

        <mx:Legend dataProvider="{bar}"/>

    </mx:Panel>
</mx:Application>