GetChartType

From Catglobe Wiki
Revision as of 06:38, 28 March 2011 by Cg pham (talk | contribs)
Jump to: navigation, search



getChartType

Gets the chart type which is used when creating diagrams.

Syntax

getChartType()

Arguments

none

Return type

number (represented by the following constants)

  • Diagram_ChartType_Table
  • Diagram_ChartType_Line
  • Diagram_ChartType_Bar
  • Diagram_ChartType_Pie
  • Diagram_ChartType_Radar

Examples

getChartType();

Availability

Version 5.4