LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
XChartTypeContainer Interface Reference

import "XChartTypeContainer.idl";

Inheritance diagram for XChartTypeContainer:
XInterface CoordinateSystem

Public Member Functions

void addChartType ([in] XChartType aChartType) raises ( com::sun::star::lang::IllegalArgumentException )
 add a chart type to the chart type container
 
void removeChartType ([in] XChartType aChartType) raises ( com::sun::star::container::NoSuchElementException )
 removes one data series from the chart type container.
 
sequence< XChartTypegetChartTypes ()
 retrieve all chart types
 
void setChartTypes ([in] sequence< XChartType > aChartTypes) raises ( com::sun::star::lang::IllegalArgumentException )
 set all chart types
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Member Function Documentation

◆ addChartType()

void addChartType ( [in] XChartType aChartType)
raises (com::sun::star::lang::IllegalArgumentException )

add a chart type to the chart type container

Exceptions
IllegalArgumentExceptionIf the given chart type is already contained in the chart type container.

◆ getChartTypes()

sequence< XChartType > getChartTypes ( )

retrieve all chart types

◆ removeChartType()

void removeChartType ( [in] XChartType aChartType)
raises (com::sun::star::container::NoSuchElementException )

removes one data series from the chart type container.

◆ setChartTypes()

void setChartTypes ( [in] sequence< XChartType > aChartTypes)
raises (com::sun::star::lang::IllegalArgumentException )

set all chart types


The documentation for this interface was generated from the following file: