Cogitek RIATest 3 Documentation Copyright © Cogitek Inc.

FlexBarChart

Jump to Events | Properties

Extends FlexCartesianChart > FlexChart > FlexUIComponent > FlexDisplayObject
Native Flex Classesmx.charts.BarChart

Events

Derived Events

Event Description Defined By

click


click(keyModifier:int = 0)

Native Flex Class: flash.events.MouseEvent

Mouse is clicked on the object.

Parameters details:
keyModifier

Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexDisplayObject

keyFocusChange


keyFocusChange(shiftKey:Boolean = false, keyCode:String = KEY_TAB)

Native Flex Class: flash.events.FocusEvent

Parameters details:
shiftKey

Default value is false.

keyCode

Integer code of the key. Default value is KEY_TAB.

FlexUIComponent

menuItemSelect


menuItemSelect(target:String, mouseTarget:String = null)

Native Flex Class: flash.events.ContextMenuEvent

Parameters details:
target

Menu item caption

mouseTarget

The object on which the user right-clicked to display the context menu. Value of automationName property of an object. Default value is null.

FlexDisplayObject

menuSelect


menuSelect(mouseTarget:String = null)

Native Flex Class: flash.events.ContextMenuEvent

Parameters details:
mouseTarget

The object on which the user right-clicked to display the context menu. Value of automationName property of an object. Default value is null.

FlexDisplayObject

mouseMove


mouseMove(localX:int = 0, localY:int = 0, keyModifier:int = 0)

Native Flex Class: flash.events.MouseEvent

Mouse is moved over the object.

Parameters details:
localX

Horizontal coordinate of mouse cursor. Default value is 0.

localY

Vertical coordinate of mouse cursor. Default value is 0.

keyModifier

State of Ctrl,Shift,Alt keys. Integer mask that specifies which key combination was pressed during operation (or 0 if no keys were pressed). Bitwise OR-ed mask of KM_CTRL, KM_SHIFT or KM_ALT. For example if CTRL and ALT keys were pressed the mask is KM_CTRL|KM_ALT. Default value is 0.

FlexDisplayObject

Properties

Property Description Defined By
barWidthRatio
Type: Number
This property is used for verfication.
FlexBarChart
maxBarWidth
Type: Number
This property is used for verfication.
FlexBarChart

Derived Properties

Property Description Defined By
alpha
Type: Number
This property is used for verfication.
FlexDisplayObject
automationClassName
Type: String
This property is used for identification.
FlexUIComponent
automationIndex
Type: String
This property is used for identification.
FlexUIComponent
automationName
Type: String
This property is used for identification.
FlexUIComponent
className
Type: String
This property is used for identification.
FlexUIComponent
clipContent
Type: Boolean
This property is used for verfication.
FlexChart
currentState
Type: String
This property is used for verfication.
FlexUIComponent
dataTipLayerIndex
Type: int
This property is used for verfication.
FlexChart
dataTipMode
Type: String
This property is used for verfication.
FlexChart
description
Type: String
FlexChart
enabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
errorColor
Type: String
This property is used for verfication.
FlexUIComponent
errorString
Type: String
This property is used for verfication.
FlexUIComponent
focusEnabled
Type: Boolean
This property is used for verfication.
FlexUIComponent
fontFamily
Type: String
This property is used for verfication.
FlexChart
fontSize
Type: int
This property is used for verfication.
FlexChart
gutterBottom
Type: int
This property is used for verfication.
FlexCartesianChart
gutterLeft
Type: int
This property is used for verfication.
FlexCartesianChart
gutterRight
Type: int
This property is used for verfication.
FlexCartesianChart
gutterTop
Type: int
This property is used for verfication.
FlexCartesianChart
height
Type: Number
This property is used for verfication.
FlexDisplayObject
horizontalAxisRatio
Type: Number
This property is used for verfication.
FlexCartesianChart
id
Type: String
This property is used for identification.
This property is used for verfication.
FlexUIComponent
maximumDataTipCount
Type: int
This property is used for verfication.
FlexChart
mouseEnabled
Type: Boolean
This property is used for verfication.
FlexDisplayObject
mouseSensitivity
Type: int
This property is used for verfication.
FlexChart
numAutomationChildren
Type: int
This property is used for verfication.
FlexUIComponent
paddingBottom
Type: int
This property is used for verfication.
FlexChart
paddingLeft
Type: int
This property is used for verfication.
FlexChart
paddingRight
Type: int
This property is used for verfication.
FlexChart
paddingTop
Type: int
This property is used for verfication.
FlexChart
percentHeight
Type: Number
This property is used for verfication.
FlexUIComponent
percentWidth
Type: Number
This property is used for verfication.
FlexUIComponent
scaleX
Type: Number
This property is used for verfication.
FlexUIComponent
scaleY
Type: Number
This property is used for verfication.
FlexUIComponent
showDataTipTargets
Type: Boolean
This property is used for verfication.
FlexChart
showDataTips
Type: Boolean
This property is used for verfication.
FlexChart
tabChildren
Type: Boolean
This property is used for verfication.
FlexDisplayObject
tabEnabled
Type: Boolean
This property is used for verfication.
FlexDisplayObject
tabIndex
Type: int
This property is used for verfication.
FlexDisplayObject
textAlign
Type: String
This property is used for verfication.
FlexCartesianChart
themeColor
Type: String
This property is used for verfication.
FlexUIComponent
toolTip
Type: String
This property is used for verfication.
FlexUIComponent
useHandCursor
Type: Boolean
This property is used for verfication.
FlexUIComponent
visible
Type: Boolean
This property is used for verfication.
FlexDisplayObject
width
Type: Number
This property is used for verfication.
FlexDisplayObject
x
Type: Number
This property is used for verfication.
FlexDisplayObject
y
Type: Number
This property is used for verfication.
FlexDisplayObject

Found a typo? Have a suggestion? Please submit your request here.