LibreOffice Module oox (master) 1
|
#include <seriesmodel.hxx>
Public Types | |
typedef ModelVector< DataLabelModel > | DataLabelVector |
typedef ModelRef< Shape > | ShapeRef |
Public Types inherited from oox::drawingml::chart::DataLabelModelBase | |
typedef ModelRef< Shape > | ShapeRef |
typedef ModelRef< TextBody > | TextBodyRef |
Public Member Functions | |
DataLabelsModel (bool bMSO2007Doc) | |
True = show connector lines between data points and labels. More... | |
~DataLabelsModel () | |
Public Member Functions inherited from oox::drawingml::chart::DataLabelModelBase | |
DataLabelModelBase (bool bMSO2007Doc) | |
True = data label(s) deleted. More... | |
~DataLabelModelBase () | |
Public Attributes | |
DataLabelVector | maPointLabels |
ShapeRef | mxLeaderLines |
Settings for individual data point labels. More... | |
const DataSourceModel * | mpLabelsSource |
Formatting of connector lines between data points and labels. More... | |
bool | mbShowLeaderLines |
Public Attributes inherited from oox::drawingml::chart::DataLabelModelBase | |
ShapeRef | mxShapeProp |
TextBodyRef | mxTextProp |
Data label frame formatting. More... | |
NumberFormat | maNumberFormat |
Data label text formatting. More... | |
std::optional< OUString > | moaSeparator |
Number format for numeric data labels. More... | |
std::optional< sal_Int32 > | monLabelPos |
Separator between label components. More... | |
std::optional< bool > | mobShowBubbleSize |
Data label position. More... | |
std::optional< bool > | mobShowCatName |
True = show size of bubbles in bubble charts. More... | |
std::optional< bool > | mobShowLegendKey |
True = show category name of data points. More... | |
std::optional< bool > | mobShowPercent |
True = show legend key of data series. More... | |
std::optional< bool > | mobShowSerName |
True = show percentual value in pie/doughnut charts. More... | |
std::optional< bool > | mobShowVal |
True = show series name. More... | |
std::optional< bool > | mobShowDataLabelsRange |
True = show data point value. More... | |
bool | mbDeleted |
Definition at line 70 of file seriesmodel.hxx.
Definition at line 72 of file seriesmodel.hxx.
Definition at line 73 of file seriesmodel.hxx.
|
explicit |
True = show connector lines between data points and labels.
Definition at line 45 of file seriesmodel.cxx.
oox::drawingml::chart::DataLabelsModel::~DataLabelsModel | ( | ) |
Definition at line 52 of file seriesmodel.cxx.
DataLabelVector oox::drawingml::chart::DataLabelsModel::maPointLabels |
Definition at line 75 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataLabelsConverter::convertFromModel(), and oox::drawingml::chart::DataLabelsContext::onCreateContext().
bool oox::drawingml::chart::DataLabelsModel::mbShowLeaderLines |
Definition at line 80 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataLabelsConverter::convertFromModel(), and oox::drawingml::chart::DataLabelsContext::onCreateContext().
const DataSourceModel* oox::drawingml::chart::DataLabelsModel::mpLabelsSource |
Formatting of connector lines between data points and labels.
Labels source (owned by SeriesModel's DataSourceMap)
Definition at line 79 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataLabelConverter::convertFromModel().
ShapeRef oox::drawingml::chart::DataLabelsModel::mxLeaderLines |
Settings for individual data point labels.
Definition at line 76 of file seriesmodel.hxx.
Referenced by oox::drawingml::chart::DataLabelsContext::onCreateContext().