Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

unpublished interface XAnyDescriptionAccess
Base Interfaces
XAnyDescriptionAccess
┗ ::com::sun::star::chart::XComplexDescriptionAccess
   ┗ ::com::sun::star::chart::XChartDataArray
      ┗ ::com::sun::star::chart::XChartData

::com::sun::star::chart::XComplexDescriptionAccess
(referenced interface's summary:)
Offers access to complex column and row descriptions.
Usage Restrictions
not published
Description
Offers any access to column and row descriptions. This allows to set date values as categories.

Can be obtained from interface XChartDocument via method getData().

Since
OOo 3.4

Methods' Summary
getAnyRowDescriptions retrieves the descriptions for all rows.  
setAnyRowDescriptions sets the descriptions for all rows.  
getAnyColumnDescriptions retrieves the descriptions for all columns.  
setAnyColumnDescriptions sets the descriptions for all columns.  
Methods' Details
getAnyRowDescriptions
sequence< sequence< any > >
getAnyRowDescriptions();

Description
retrieves the descriptions for all rows.
Returns
a sequence of sequences of anys representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.
setAnyRowDescriptions
void
setAnyRowDescriptions( [in] sequence< sequence< any > >  rRowDescriptions );

Description
sets the descriptions for all rows.
Parameter rRowDescriptions
a sequence of sequences of anys representing the descriptions of all rows. The outer index represents different rows. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.
getAnyColumnDescriptions
sequence< sequence< any > >
getAnyColumnDescriptions();

Description
retrieves the descriptions for all columns.
Returns
a sequence of sequences of anys representing the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.
setAnyColumnDescriptions
void
setAnyColumnDescriptions( [in] sequence< sequence< any > >  rColumnDescriptions );

Description
sets the descriptions for all columns.
Parameter rColumnDescriptions
a sequence of sequences of anys which represent the descriptions of all columns. The outer index represents different columns. The inner index represents the different levels (usually there is only one). The any might be strings for category text axis or doubles for date axis.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.