More actions
No edit summary |
Cg huyphong (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Chart type functions]] | [[Category:Chart type functions]] | ||
| {{HelpFiles}} | ||
=====setChartType===== | =====setChartType===== |
Revision as of 09:54, 12 December 2011
setChartType
Sets the chart type which must be used when creating diagram.
Syntax
setChartType(chartType)
Arguments
chartType: Is a numeric (non-decimal) expression. The chart type must be one of the values specified below
- Diagram_ChartType_Table
- Diagram_ChartType_Line
- Diagram_ChartType_Bar
- Diagram_ChartType_Pie
- Diagram_ChartType_Radar
Return type
empty
Examples
setChartType(Diagram_ChartType_Table);
Availability
Version 5.4