LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "ChartTypeTemplate.idl";
Exported Interfaces | |
interface | ::com::sun::star::chart2::XChartTypeTemplate |
Additional Inherited Members | |
![]() | |
XDiagram | createDiagramByDataSource ([in] com::sun::star::chart2::data::XDataSource xDataSource,[in] sequence< com::sun::star::beans::PropertyValue > aArguments) |
Creates a new diagram based upon the given data . More... | |
boolean | supportsCategories () |
void | changeDiagram ([in] XDiagram xDiagram) |
Analyses the given diagram and reinterprets its DataSeries and Categories and creates a new diagram based on these series. More... | |
void | changeDiagramData ([in] XDiagram xDiagram,[in] com::sun::star::chart2::data::XDataSource xDataSource,[in] sequence< com::sun::star::beans::PropertyValue > aArguments) |
Changes the given diagram xDiagram by using the new data given in xDataSource . More... | |
boolean | matchesTemplate ([in] XDiagram xDiagram,[in] boolean bAdaptProperties) |
States whether the given diagram could have been created by the template. More... | |
XChartType | getChartTypeForNewSeries ([in] sequence< XChartType > aFormerlyUsedChartTypes) |
Provides a chart type object that can be used to create new series. More... | |
XDataInterpreter | getDataInterpreter () |
void | applyStyle ([in] XDataSeries xSeries,[in] long nChartTypeGroupIndex,[in] long nSeriesIndex,[in] long nSeriesCount) |
Applies a chart-type specific style (e.g. More... | |
void | resetStyles ([in] XDiagram xDiagram) |
Resets all styles that were changed from the default at any object in the chart and have not been later modified. More... | |
interface ::com::sun::star::chart2::XChartTypeTemplate |