:: com :: sun :: star :: chart2 ::

unpublished service StandardDiagramCreationParameters
Usage Restrictions
not published
Description
parameters that may be passed to XChartTypeTemplate::createDiagramByDataSource.

Properties' Summary
boolean
HasCategories
[ OPTIONAL ]
States whether the first ::XLabeledDataSequence in a data-source is used as categories.  
boolean
UseCategoriesAsX
[ OPTIONAL ]
If categories are given they should be used as x values also if a chart type requires x values. Default is true.  
Properties' Details
HasCategories
boolean HasCategories;
Usage Restrictions
optional
Description
States whether the first ::XLabeledDataSequence in a data-source is used as categories.
UseCategoriesAsX
boolean UseCategoriesAsX;
Usage Restrictions
optional
Description
If categories are given they should be used as x values also if a chart type requires x values. Default is true.

 
Top of Page