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  
scale — Property in class com.yahoo.astra.fl.charts.axes.NumericAxis
The type of scaling used to display items on the axis.
scale(target, registration, scaleX, scaleY) — Static method in class com.yahoo.astra.utils.DynamicRegistration
Scales a DisplayObject based on a registration point.
ScaleType — Class in package com.yahoo.astra.fl.charts.axes
Scale types available to IAxis objects.
SECONDS — Constant static property in class com.yahoo.astra.utils.TimeUnit
A constant representing the seconds unit in date and time values.
selectable — Property in class com.yahoo.astra.display.BitmapText
A Boolean value that indicates whether the text field is selectable.
series — Property in class com.yahoo.astra.fl.charts.events.ChartEvent
The ISeries containing the item on the chart.
series — Property in interface com.yahoo.astra.fl.charts.series.ISeriesItemRenderer
The series data that is displayed by this renderer.
series — Property in class com.yahoo.astra.fl.charts.series.SeriesItemRenderer
Series — Class in package com.yahoo.astra.fl.charts.series
Functionality common to most series.
Series(dataProvider) — Constructor in class com.yahoo.astra.fl.charts.series.Series
Constructor.
seriesColors — Style in class com.yahoo.astra.fl.charts.Chart
The default colors for each series.
seriesColors — Style in class com.yahoo.astra.fl.charts.PieChart
An Array containing the default colors for each series.
SeriesItemRenderer — Class in package com.yahoo.astra.fl.charts.series
The primary item renderer class for a chart series.
SeriesItemRenderer() — Constructor in class com.yahoo.astra.fl.charts.series.SeriesItemRenderer
Constructor.
seriesLineWeights — Style in class com.yahoo.astra.fl.charts.LineChart
The weight, in pixels, of the line drawn between points in each series.
seriesMarkerSizes — Style in class com.yahoo.astra.fl.charts.Chart
The default size of the markers in pixels.
seriesMarkerSkins — Style in class com.yahoo.astra.fl.charts.Chart
An Array containing the default skin classes for each series.
SeriesSerializer — Class in package com.yahoo.yui.charts
seriesToCategoryField(series:com.yahoo.astra.fl.charts.series:PieSeries) — Method in class com.yahoo.astra.fl.charts.PieChart
Determines the category field used by the series.
seriesToDataField(series:com.yahoo.astra.fl.charts.series:PieSeries) — Method in class com.yahoo.astra.fl.charts.PieChart
Determines the data field used by the series.
seriesToIndex(series:com.yahoo.astra.fl.charts.series:ISeries) — Method in class com.yahoo.astra.fl.charts.Chart
Returns the index within this plot area of the input ISeries object.
seriesTypeToShortName(type) — Static method in class com.yahoo.yui.charts.SeriesSerializer
setAllowLogging(allowLogging) — Method in class Uploader
Sets a flag allowing logging in Flash trace and Yahoo logger.
setAllowMultipleFiles(allowMultipleFiles) — Method in class Uploader
Sets a flag allowing multiple file selection in the "Browse" dialog.
setAltText(value) — Method in class com.yahoo.yui.YUIAdapter
Sets the alternative text for assistive technology.
setAxisStyles(styles, axisName) — Method in class Charts
setCategoryField(value) — Method in class Charts
Sets the field used in complex objects to access categories to be displayed on the PieChart.
setCategoryNames(value) — Method in class Charts
Sets the category names used if the data requires a category axis.
setDataField(value) — Method in class Charts
Sets the field used in complex objects to access data to be displayed on the PieChart.
setDataProvider(value) — Method in class Charts
setDataTipFunction(value) — Method in class Charts
Sets the JavaScript function to call to generate the chart's data tip.
setDataTipStyles(styles) — Method in class Charts
setFileFilters(newFilterArray) — Method in class Uploader
Sets a list of file type filters for the "Open File(s)" dialog.
setHorizontalAxis(value) — Method in class Charts
Updates the horizontal axis with a new type.
setHorizontalAxisGridLinesStyle(name, value) — Method in class com.yahoo.astra.fl.charts.CartesianChart
Sets a style on the horizontal axis grid lines.
setHorizontalAxisStyle(name, value) — Method in class com.yahoo.astra.fl.charts.CartesianChart
Sets a style on the horizontal axis.
setHorizontalAxisTitle(value) — Method in class Charts
Sets the title displayed next to the horizontal axis.
setHorizontalField(value) — Method in class Charts
Sets the field used in complex objects to access data to be displayed on the horizontal axis.
setLegendStyles(styles) — Method in class Charts
setSeriesStyles(styles) — Method in class Charts
setSimUploadLimit(simUploadLimit) — Method in class Uploader
Sets the number of simultaneous file uploads possible.
setStyle(name, value, json) — Method in class Charts
setStyles(styles) — Method in class Charts
Accepts a JSON-encoded set of styles for the chart itself.
setType(value) — Method in class Charts
Creates a chart instance based on the specified type.
setVerticalAxis(value) — Method in class Charts
Updates the vertical axis with a new type.
setVerticalAxisGridLinesStyle(name, value) — Method in class com.yahoo.astra.fl.charts.CartesianChart
Sets a style on the vertical axis grid lines.
setVerticalAxisStyle(name, value) — Method in class com.yahoo.astra.fl.charts.CartesianChart
Sets a style on the vertical axis.
setVerticalAxisTitle(value) — Method in class Charts
Sets the title displayed next to the vertical axis.
setVerticalField(value) — Method in class Charts
Sets the field used in complex objects to access data to be displayed on the vertical axis.
shortNameToSeriesType(name) — Static method in class com.yahoo.yui.charts.SeriesSerializer
showAreaFill — Style in class com.yahoo.astra.fl.charts.series.LineSeries
If true, the series will include a fill under the line, extending to the axis.
showAxis — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer
If false, the axis is not drawn.
showFatalError(message) — Method in class com.yahoo.yui.YUIAdapter
showHorizontalAxis — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisGridLines — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisLabels — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisMinorGridLines — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisMinorTicks — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisTicks — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showHorizontalAxisTitle — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showLabels — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer
If true, labels will be displayed on the axis.
showLabels — Style in class com.yahoo.astra.fl.charts.series.PieSeries
If true, a label is displayed on each marker.
showMinorTicks — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer
If true, ticks will be displayed on the axis at minor positions.
showTicks — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer
If true, ticks will be displayed on the axis.
showTitle — Style in class com.yahoo.astra.fl.charts.axes.DefaultAxisRenderer
If true, the axis title will be displayed.
showVerticalAxis — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisGridLines — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisLabels — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisMinorGridLines — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisMinorTicks — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisTicks — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
showVerticalAxisTitle — Style in class com.yahoo.astra.fl.charts.CartesianChart
Deprecated.
simultaneousUploadLimit — Property in class Uploader
Determines how many files will be uploaded simultaneously
skin — Style in class com.yahoo.astra.fl.charts.series.SeriesItemRenderer
The DisplayObject subclass used to display the background.
snapToUnits — Property in class com.yahoo.astra.fl.charts.axes.NumericAxis
If true, the labels, ticks, gridlines, and other objects will snap to the nearest major or minor unit.
snapToUnits — Property in class com.yahoo.astra.fl.charts.axes.TimeAxis
If true, the labels, ticks, gridlines, and other objects will snap to the nearest major or minor unit.
stack(top, ... rest) — Method in interface com.yahoo.astra.fl.charts.axes.IStackingAxis
Calculates the sum of values if they were stacked on the axis.
stack(top, ... rest) — Method in class com.yahoo.astra.fl.charts.axes.NumericAxis
Calculates the sum of values if they were stacked on the axis.
stack(top, ... rest) — Method in class com.yahoo.astra.fl.charts.axes.TimeAxis
Calculates the sum of values if they were stacked on the axis.
STACK_BAR — Constant static property in class com.yahoo.yui.charts.ChartSerializer
STACK_COLUMN — Constant static property in class com.yahoo.yui.charts.ChartSerializer
StackedBarChart — Class in package com.yahoo.astra.fl.charts
A chart that displays its data points with horizontal bars that are stacked horizontally.
StackedBarChart() — Constructor in class com.yahoo.astra.fl.charts.StackedBarChart
Constructor.
StackedBarSeries — Class in package com.yahoo.astra.fl.charts.series
A bar series type that stacks.
StackedBarSeries(data) — Constructor in class com.yahoo.astra.fl.charts.series.StackedBarSeries
Constructor.
StackedColumnChart — Class in package com.yahoo.astra.fl.charts
A chart that displays its data points with vertical columns that are stacked vertically.
StackedColumnChart() — Constructor in class com.yahoo.astra.fl.charts.StackedColumnChart
Constructor.
StackedColumnSeries — Class in package com.yahoo.astra.fl.charts.series
A column series type that stacks.
StackedColumnSeries(data) — Constructor in class com.yahoo.astra.fl.charts.series.StackedColumnSeries
Constructor.
stackingEnabled — Property in interface com.yahoo.astra.fl.charts.axes.IStackingAxis
If true, the axis will allow the stacking of series that implement the interface IStackedSeries.
stackingEnabled — Property in class com.yahoo.astra.fl.charts.axes.NumericAxis
If true, the axis will allow the stacking of series that implement the interface IStackedSeries.
stackingEnabled — Property in class com.yahoo.astra.fl.charts.axes.TimeAxis
If true, the axis will allow the stacking of series that implement the interface IStackedSeries.
start — Event in class com.yahoo.astra.animation.Animation
Dispatched when the Animation instance starts.
start() — Method in class com.yahoo.astra.animation.Animation
Starts the tween.
START — Constant static property in class com.yahoo.astra.animation.AnimationEvent
Indicates that the animation has started playing.
STRETCH — Constant static property in class com.yahoo.yui.charts.BackgroundImageMode
STRETCH_AND_MAINTAIN_ASPECT_RATIO — Constant static property in class com.yahoo.yui.charts.BackgroundImageMode
STRING — Constant static property in class com.adobe.serialization.json.JSONTokenType
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