Difference between revisions of "GetChartType"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Chart type functions]]
 
[[Category:Chart type functions]]

+
{{HelpFiles}}
  
 
=====getChartType=====
 
=====getChartType=====

Revision as of 11:53, 12 December 2011



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