Field Summary |
public static
| AREA: String |
| chart type constant
|
|
public static
| AXIS_X: String |
| primary x axis constant
|
|
public static
| AXIS_X2: String |
| secondary x axis constant
|
|
public static
| AXIS_Y: String |
| primary y axis constant
|
|
public static
| AXIS_Y2: String |
| secondary y axis constant
|
|
public static
| axisMode: Object |
|
|
|
public static
| BAR: String |
| chart type constant
|
|
public static
| defaultFillColors: Array |
| default fill color pallette
|
|
public static
| defaultLineColors: Array |
| default line color pallette
|
|
public static
| HILO: String |
| chart type constant
|
|
public static
| LINE: String |
| chart type constant
|
|
public static
| MARKER_CIRCLE: String |
| marker type constant
|
|
public static
| MARKER_CROSS: String |
| marker type constant
|
|
public static
| MARKER_DIAMOND: String |
| marker type constant
|
|
public static
| MARKER_NONE: String |
| marker type constant
|
|
public static
| MARKER_PLUS: String |
| marker type constant
|
|
public static
| MARKER_SQUARE: String |
| marker type constant
|
|
public static
| MARKER_TRIANGLE: String |
| marker type constant
|
|
public static
| MINUTE: String |
| frequency constant
|
|
public static
| MONTH: String |
| frequency constant
|
|
public static
| PIE: String |
| chart type constant
|
|
public static
| seriesTypes: Object |
|
|
|
public static
| STACKED: String |
| chart type constant
|
|
public static
| STEP: String |
| chart type constant
|
|
public static
| toolTypes: Object |
|
|
|
public static
| YEAR: String |
| frequency constant
|
|
Method Summary |
public static
| addChartType (
name: String, series: Function, xAxisMode: Number
) |
|
|
|
public static
| addToolType (
name: String, toolType: Function
) |
|
|
|
public static
| brighter (
clr: Number, intensity: Number
): Number |
| create a brighter shade of a color
|
|
public static
| createSeries (
graphType: String
) |
| Creates a series
|
|
public static
| darker (
clr: Number, intensity: Number
): Number |
| create a darker shade of a color
|
|
public static
| getAutoColor (
index: Number, palette: Array
) |
| retreive a color from the given pallette
|
|
public static
| getAutoFillColor (
index: Number
) |
| automatically generate a fill color
|
|
public static
| getAutoLineColor (
index: Number
) |
| automatically generate a line color
|
|
public static
| getAxisMode (
chartType: String
): Number |
|
|
|
public static
| getToolClass (
toolType: String
) |
| Get ToolType
|
|
|