GetChartType

From Catglobe Wiki
Revision as of 10:50, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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