A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
label — Property, class org.axiis.charts.axis.HCategoryAxis
label — Property, class org.axiis.core.AxiisSprite
The label for the object rendered.
label — Property, interface org.axiis.core.IAxiisRenderer
The label for the object rendered.
label — Property, class org.axiis.ui.DataTip
The label for the object rendered.
label — Property, class org.axiis.ui.TextDataTipContent
The label for the object rendered.
labelAngle — Property, class org.axiis.charts.axis.HAxis
The rotation, in degress, of the labels.
labelField — Property, class org.axiis.core.AbstractLayout
The property within each item in the dataProvider that contains the field used to determine the label for the item.
labelFunction — Property, class org.axiis.charts.axis.AxisBase
A function that is used to determine how each item in the dataProvider should be labeled along the axis.
labelFunction — Property, class org.axiis.charts.groupings.BarCluster
A function that is used to determine how each item in the dataProvider should be labeled.
labelFunction — Property, class org.axiis.charts.groupings.ColumnCluster
A function that is used to determine how each item in the dataProvider should be labeled.
labelFunction — Property, class org.axiis.charts.groupings.WedgeStackGroup
A function that is used to determine how each item in the dataProvider should be labeled.
labelPadding — Property, class org.axiis.charts.axis.HCategoryAxis
Minimum padding between labels.
labelRadiusRatio — Property, class org.axiis.charts.groupings.WedgeStackGroup
The radius of the label rendering as a ratio of the radius.
labelRotation — Property, class org.axiis.charts.axis.HCategoryAxis
rotation of text for labels - should keep between 0-90.
labelValue — Property, class org.axiis.charts.labels.HBracket
The text of the label placed beneath the bracket.
labelValue — Property, class org.axiis.charts.labels.VBracket
The text of the label placed to the left of the bracket.
layout — Property, class org.axiis.core.AxiisSprite
The layout that created and parents this AxiisSprite.
layout — Property, class org.axiis.paint.LayoutAutoPalette
The Layout this LayoutPalette should use to determine how many colors to produce and to determine which color is the "current" one.
layout — Property, class org.axiis.paint.LayoutPalette
The Layout this LayoutPalette should use to determine how many colors to produce and to determine which color is the "current" one.
LayoutAutoPalette — class, package org.axiis.paint
LayoutPalette will generate an Array of colors based on a Layout.
LayoutAutoPalette() — Constructor, class org.axiis.paint.LayoutAutoPalette
Constructor.
layoutConstraint — Property, class com.degrafa.geometry.Geometry
The layout constraint that is used for positioning/sizing this geometry object.
LayoutItemEvent — class, package org.axiis.events
LayoutItemEvent is the primary event disptached by BaseLayout when a user interacts with an AxiisSprite contained within the layout events such as MouseOver, MouseOut, MouseClick, selected, unselected etc
LayoutItemEvent(type:String, item:org.axiis.core:AxiisSprite, e:flash.events:Event) — Constructor, class org.axiis.events.LayoutItemEvent
_layoutMatrix — Property, class com.degrafa.geometry.Geometry
Access to the layout matrix if this Geometry has layout.
LayoutPalette — class, package org.axiis.paint
LayoutPalette will generates an Array of colors for a Layout.
LayoutPalette() — Constructor, class org.axiis.paint.LayoutPalette
Constructor.
layoutRectangle — Property, class com.degrafa.geometry.Geometry
Returns the constraint based layout rectangle for this object or bounds if no layout constraint is specified.
layouts — Property, class org.axiis.DataCanvas
An Array of ILayouts that this DataCanvas should render.
layouts — Property, class org.axiis.core.AbstractLayout
The layouts that should be displayed within this layout.
layoutSprites — Property, class org.axiis.core.AxiisSprite
The children of this AxiisSprite that act as the sprites for other layouts.
layoutToIndex(layout:Number) — method, class org.axiis.layouts.scale.CategoricalScale
Converts a layout position to the index position of the corresponding categorical value.
layoutToValue(layout, invert:Boolean, clamp:Boolean) — method, class org.axiis.layouts.scale.CategoricalScale
Converts a layout position to a value from the dataProvider.
layoutToValue(layout, invert:Boolean, clamp:Boolean) — method, class org.axiis.layouts.scale.DateTimeScale
Converts a layout position to a value that would arise in the space defined by the implementing class.
layoutToValue(layout, invert:Boolean, clamp:Boolean) — method, interface org.axiis.layouts.scale.IScale
Converts a layout position to a value that would arise in the space defined by the implementing class.
layoutToValue(layout, invert:Boolean, clamp:Boolean) — method, class org.axiis.layouts.scale.LinearScale
Converts a layout position to a value that would arise in the space defined by the implementing class.
layoutToValue(layout, invert:Boolean, clamp:Boolean) — method, class org.axiis.layouts.scale.LogScale
Converts a layout position to a value that would arise in the space defined by the implementing class.
left — Property, class com.degrafa.geometry.Geometry
When set, the left of the layout will be located offset by the value of this property multiplied by the containing width.
lerp(percent:Number, min:Number, max:Number) — Static Method , class org.axiis.layouts.scale.ScaleUtils
Performs linear interpolation, finding the value that is percent percent between min and max.
line — Property, class org.axiis.charts.axis.HCategoryAxis
LinearScale — class, package org.axiis.layouts.scale
A scale that deals with linear numeric data.
LinearScale() — Constructor, class org.axiis.layouts.scale.LinearScale
LineSeriesGroup — class, package org.axiis.charts.groupings
Line series group renders multiple lines for a series of data points.
LineSeriesGroup() — Constructor, class org.axiis.charts.groupings.LineSeriesGroup
lineTo(x:Number, y:Number, graphics:flash.display:Graphics) — method, class com.degrafa.decorators.axiis.AreaLineDecorator
lineTo(x:Number, y:Number, graphics:flash.display:Graphics) — method, class com.degrafa.decorators.axiis.BaseLineAreaLineDecorator
LogScale — class, package org.axiis.layouts.scale
A scale that converts logarithmic data to layout space.
LogScale() — Constructor, class org.axiis.layouts.scale.LogScale
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z