Package | com.yahoo.astra.fl.charts |
Class | public class LineChart |
Inheritance | LineChart ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
Constructor.
| LineChart | ||
![]() |
An interface for a chart with a drawing area.
| CartesianChart | |
![]() |
axisToField(axis:IAxis):String
An interface for a chart with a drawing area.
| CartesianChart | |
![]() |
dataToLocal(data:Object, series:ISeries):Point
Calculates the position of a data point along the axis.
| CartesianChart | |
![]() |
fieldToAxis(field:String):IAxis
An interface for a chart with a drawing area.
| CartesianChart | |
getStyleDefinition():Object
[static]
| LineChart | ||
![]() |
indexToSeries(index:int):ISeries
Returns the ISeries object at the specified index.
| Chart | |
![]() |
seriesToIndex(series:ISeries):int
Returns the index within this plot area of the input ISeries object.
| Chart |
Style | Description | Defined by | ||
---|---|---|---|---|
![]() | Type: Boolean Determines if data changes should be displayed with animation. | Chart | ||
![]() | Type: Class Name of the class to use as the skin for the background and border of the component. | Chart | ||
![]() | Type: Number The padding that separates the border of the component from its contents, in pixels. | Chart | ||
![]() | Type: Class Name of the class to use as the skin for the background and border of the chart's data tip. | Chart | ||
![]() | Type: Number If the datatip's content padding is customizable, it will use this value. | Chart | ||
![]() | Type: TextFormat The TextFormat object to use to render data tips. | Chart | ||
![]() | Type: uint The line color for the horizontal axis. | CartesianChart | ||
![]() | Type: uint The line color for the grid lines on the horizontal axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the grid lines on the horizontal axis. | CartesianChart | ||
![]() | Type: Number The distance, in pixels, between a label and the horizontal axis. | CartesianChart | ||
![]() | Type: uint The line color for the minor grid lines on the horizontal axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the minor grid lines on the horizontal axis. | CartesianChart | ||
![]() | Type: uint The line color for the minor ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: Number The length of the minor ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: String The position of the minor ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the minor ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: uint The line color for the ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: Number The length, in pixels, of the ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: String The position of the ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the ticks on the horizontal axis. | CartesianChart | ||
![]() | Type: TextFormat The TextFormat object to use to render the horizontal axis title label. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the horizontal axis. | CartesianChart | ||
![]() | Type: Array The default colors for each series. | Chart | ||
seriesLineWeights
| Type: Array The weight, in pixels, of the line drawn between points in each series. An Array of values that correspond to series indices in the data provider. If the number of values in the Array is less than the number of series, then the next series will restart at index zero in the style Array. If the value of this style is an empty Array, then each individual series will use the default or modified value set on the series itself. Example: If the seriesLineWeights style is equal to [2, 3] and there are three series in the chart's data provider, then the series at index 0 will have a line weight of 2, index 1 will have a line weight of 3, and index 2 will have a line weight of 2 (starting over from the beginning). The default value isnull . | LineChart | ||
![]() | Type: Array The default size of the markers in pixels. | Chart | ||
![]() | Type: Array An Array containing the default skin classes for each series. | Chart | ||
![]() | Type: Boolean If true, grid lines will be displayed on the horizontal axis. | CartesianChart | ||
![]() | Type: Boolean If true, labels will be displayed on the horizontal axis. | CartesianChart | ||
![]() | Type: Boolean If true, minor grid lines will be displayed on the horizontal axis. | CartesianChart | ||
![]() | Type: Boolean If true, ticks will be displayed on the horizontal axis at minor positions. | CartesianChart | ||
![]() | Type: Boolean If true, ticks will be displayed on the horizontal axis. | CartesianChart | ||
![]() | Type: Boolean If true, the horizontal axis title will be displayed. | CartesianChart | ||
![]() | Type: Boolean If true, grid lines will be displayed on the vertical axis. | CartesianChart | ||
![]() | Type: Boolean If true, labels will be displayed on the vertical axis. | CartesianChart | ||
![]() | Type: Boolean If true, minor grid lines will be displayed on the vertical axis. | CartesianChart | ||
![]() | Type: Boolean If true, ticks will be displayed on the vertical axis at minor positions. | CartesianChart | ||
![]() | Type: Boolean If true, ticks will be displayed on the vertical axis. | CartesianChart | ||
![]() | Type: Boolean If true, the vertical axis title will be displayed. | CartesianChart | ||
![]() | Type: uint The line color for the vertical axis. | CartesianChart | ||
![]() | Type: uint The line color for the grid lines on the vertical axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the grid lines on the vertical axis. | CartesianChart | ||
![]() | Type: Number The distance, in pixels, between a label and the vertical axis. | CartesianChart | ||
![]() | Type: uint The line color for the minor grid lines on the vertical axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the minor grid lines on the vertical axis. | CartesianChart | ||
![]() | Type: uint The line color for the minor ticks on the vertical axis. | CartesianChart | ||
![]() | Type: Number The length of the minor ticks on the vertical axis. | CartesianChart | ||
![]() | Type: String The position of the minor ticks on the vertical axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the minor ticks on the vertical axis. | CartesianChart | ||
![]() | Type: uint The line color for the ticks on the vertical axis. | CartesianChart | ||
![]() | Type: Number The length, in pixels, of the ticks on the vertical axis. | CartesianChart | ||
![]() | Type: String The position of the ticks on the vertical axis. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the ticks on the vertical axis. | CartesianChart | ||
![]() | Type: TextFormat The TextFormat object to use to render the vertical axis title label. | CartesianChart | ||
![]() | Type: int The line weight, in pixels, for the vertical axis. | CartesianChart |