LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef com_sun_star_chart2_XDiagram_idl
20 #define com_sun_star_chart2_XDiagram_idl
93 [in] sequence< com::sun::star::beans::PropertyValue > aArguments );
void setDefaultColorScheme([in] XColorScheme xColorScheme)
sets an XColorScheme that defines the default colors for data series (or data points) in the diagram.
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:64
Definition: XDiagram.idl:40
Definition: XColorScheme.idl:35
provides access to sequences of data.
Definition: XDataSource.idl:50
void setDiagramData([in] com::sun::star::chart2::data::XDataSource xDataSource, [in] sequence< com::sun::star::beans::PropertyValue > aArguments)
sets new data to the diagram.
XColorScheme getDefaultColorScheme()
returns an XColorScheme that defines the default colors for data series (or data points) in the diagr...
com::sun::star::beans::XPropertySet getFloor()
returns the property set that determines the visual appearance of the floor if any.
interface for the legend of a diagram
Definition: XLegend.idl:37
XLegend getLegend()
returns the legend, which may represent data series and other information about a diagram in a separa...
Definition: Ambiguous.idl:22
void setLegend([in] XLegend xLegend)
sets a new legend.
base interface of all UNO interfaces
Definition: XInterface.idl:48
com::sun::star::beans::XPropertySet getWall()
returns the property set that determines the visual appearance of the wall.