Package | com.yahoo.astra.fl.charts.series |
Class | public class LineSeries |
Inheritance | LineSeries ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
LineSeries(data:Object = null)
Constructor.
| LineSeries | ||
| LineSeries | ||
![]() |
Creates a LegendItemData object to pass to the chart's legend.
| CartesianSeries | |
getStyleDefinition():Object
[static]
| LineSeries | ||
![]() |
itemRendererToIndex(renderer:ISeriesItemRenderer):int
| Series | |
![]() |
itemToItemRenderer(item:Object):ISeriesItemRenderer
| Series |
Style | Description | Defined by | ||
---|---|---|---|---|
![]() | Type: int The duration for animations that occur on data changes. | Series | ||
![]() | Type: Function The easing function for animations that occur on data changes. | Series | ||
![]() | Type: Boolean If true, data changes will be displayed with animations. | Series | ||
areaFillAlpha
| Type: Number The alpha value of the area fill. The default value is 0.6 . | LineSeries | ||
![]() | Type: Number The alpha value from 0.0 to 1.0 to use for drawing the border of markers. | Series | ||
![]() | Type: uint The border color used by programatic skins in this series. | Series | ||
connectDiscontinuousPoints
| Type: Boolean If true, draws a dashed line between discontinuous points. The default value is false . | LineSeries | ||
connectPoints
| Type: Boolean If true, lines are drawn between the markers. If false, only the markers are drawn. The default value is true . | LineSeries | ||
discontinuousDashLength
| Type: Number The length of dashes in a discontinuous line. The default value is 10 . | LineSeries | ||
![]() | Type: Number The alpha value from 0.0 to 1.0 to use for drawing the fills of markers. | Series | ||
![]() | Type: uint The base color used by objects displayed in this series. | Series | ||
lineWeight
| Type: Number The weight, in pixels, of the line drawn between points in this series. The default value is 3 . | LineSeries | ||
![]() | Type: Number The alpha value from 0.0 to 1.0 to use for drawing the markers. | Series | ||
![]() | Type: Number The size, in pixels, of each marker. | Series | ||
![]() | Type: Class The Class used to instantiate each marker's skin. | Series | ||
showAreaFill
| Type: Boolean If true, the series will include a fill under the line, extending to the axis. The default value is false . | LineSeries |