LibreOffice Module chart2 (master) 1
|
offers tooling to interpret different data sources in a structural and chart-type-dependent way. More...
#include <DataInterpreter.hxx>
Public Attributes | |
std::vector< std::vector< rtl::Reference<::chart::DataSeries > > > | Series |
css::uno::Reference< css::chart2::data::XLabeledDataSequence > | Categories |
offers tooling to interpret different data sources in a structural and chart-type-dependent way.
Definition at line 38 of file DataInterpreter.hxx.
css::uno::Reference< css::chart2::data::XLabeledDataSequence > chart::InterpretedData::Categories |
Definition at line 41 of file DataInterpreter.hxx.
Referenced by chart::DialogModel::applyInterpretedData(), chart::StockDataInterpreter::isDataCompatible(), and chart::DataInterpreter::mergeInterpretedData().
std::vector< std::vector< rtl::Reference<::chart::DataSeries> > > chart::InterpretedData::Series |
Definition at line 40 of file DataInterpreter.hxx.
Referenced by chart::DialogModel::applyInterpretedData(), chart::ColumnLineDataInterpreter::interpretDataSource(), chart::DataInterpreter::isDataCompatible(), chart::BubbleDataInterpreter::isDataCompatible(), chart::StockDataInterpreter::isDataCompatible(), chart::XYDataInterpreter::isDataCompatible(), chart::DataInterpreter::mergeInterpretedData(), chart::DataInterpreter::reinterpretDataSeries(), chart::BubbleDataInterpreter::reinterpretDataSeries(), and chart::XYDataInterpreter::reinterpretDataSeries().