Language
The Free and Open Productivity Suite
:: com :: sun :: star :: chart ::
|
interface XDateCategories |
|
- Description
- Allows to set date values as categories.
Can be obtained from interface XChartDocument via method getData().
- Since
- OOo 3.4
|
Methods' Details |
setDateCategories
void |
setDateCategories( |
[in] sequence< double > |
rDates ); |
- Description
- sets dates as categories
- Parameter rDates
- a sequence of sequences of doubles representing dates.
|
|
getDateCategories
sequence< double > |
getDateCategories(); |
- Description
- retrieves the date values if the category x-axis id a date axis
- Returns
- a sequence of doubles representing dates.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.