Difference between revisions of "GetChartType"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Chart type functions]] |
| | ||
Revision as of 05:38, 28 March 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