| Property | Defined By |
---|
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | baseAtZero : Boolean
Specifies whether Flex tries to keep the minimum
and maximum values rooted at zero. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | calculatedMinMaxSum : Array
Calculated result of the minmaxsum function. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | chart : TinyChartBase | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | dataFunction : Function
Specifies a method that returns the value that should be used for
positioning the current chart item in the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | dataPropertyName : String [override]
Returns the attribute on the series that returns the data field on the dataprovider. | DividedSeries |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | dataTipRenderer : IFactory
Renderer for the data tip. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | displayName : String
The name of the series, for display to the user. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | enabledFunction : Function
Given an item, returns the color for its renderer (line, or column)
| Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | field : String
Specifies the field of the data provider that determines
the data for each wedge of the PieChart control. | DividedSeries |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | interactive : Boolean
Determines whether data tips appear when users interact
with chart data on the screen. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | isSecondary : Boolean = false
Is this a secondary series (not used to render the axes), used
by Multi Series Charts. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | itemFillFunction : Function = null
Given an item, returns the color for its renderer (line, or column) . | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | itemLineColorFunction : Function = null
Given an item, returns the color for its line (or border for its fill) . | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | labelField : String
This is the same as name field, not sure why Adobe did not call it
the labelField to begin with, since that is the naming convention
used elsewhere in the SDK. | DividedSeries |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | labelFunction : Function
Specifies a callback function used to render each label
of the Series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | labelPropertyName : String [override] [read-only]
Returns the attribute on the series that returns the data field on the dataprovider. | DividedSeries |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | labelStyleName : String
This is the style name applied to labels that are drawn on top of individual datapoints
For now this is supported for 3d Pie, Funnel and Pyramid Charts, since they are the only ones
that draw a label on top of the individual data points. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | minMaxSumFunction : Function
PLEASE NOTE: Starting 2.10 this function is deprecated. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | minMaxSumIntervalFunction : Function
Returns an array of 4 values. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | nameField : String
Specifies the field of the data provider that determines
the name of each wedge of the PieChart control. | DividedSeries |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | painter : TinyChartPainterBase
The painter responsible for painting the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | plotPoints : Array
A list of plot points we calculated to render this series
| Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | selectable : Boolean
Specifies whether a series is selectable or not. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | selectedIndex : int
Index of the selected item in the data provider of the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | selectedIndices : Array
An Array of indexes of the selected items in the data provider of the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | selectedItem : ChartItem
The chart item that is selected in the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | selectedItems : Array
An Array of chart items that are selected in the series. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | seriesIndex : int = 0
The index of this series within the charts series collection. | Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | showDataTips : Boolean
Whether or not to show data tips on mouse over
| Series |
| ![Inherited Inherited](../../../../../images/inheritedSummary.gif) | useRollover : Boolean
Flag to show a different color for the bar/area that the user has rolled over. | Series |