LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::drawingml::chart::DataPointModel Struct Reference

#include <seriesmodel.hxx>

Collaboration diagram for oox::drawingml::chart::DataPointModel:
[legend]

Public Types

typedef ModelRef< ShapeShapeRef
 
typedef ModelRef< PictureOptionsModelPictureOptionsRef
 

Public Member Functions

 DataPointModel (bool bMSO2007Doc)
 True = invert negative data points (not derived from series!). More...
 
 ~DataPointModel ()
 

Public Attributes

ShapeRef mxShapeProp
 
PictureOptionsRef mxPicOptions
 Data point formatting. More...
 
ShapeRef mxMarkerProp
 Fill bitmap settings. More...
 
std::optional< sal_Int32 > monExplosion
 Data point marker formatting. More...
 
std::optional< sal_Int32 > monMarkerSize
 Pie slice moved from pie center. More...
 
std::optional< sal_Int32 > monMarkerSymbol
 Size of the series line marker (2...72). More...
 
std::optional< bool > mobBubble3d
 Series line marker symbol. More...
 
sal_Int32 mnIndex
 True = show bubbles with 3D shade. More...
 
bool mbInvertNeg
 Unique data point index. More...
 

Detailed Description

Definition at line 158 of file seriesmodel.hxx.

Member Typedef Documentation

◆ PictureOptionsRef

Definition at line 161 of file seriesmodel.hxx.

◆ ShapeRef

Definition at line 160 of file seriesmodel.hxx.

Constructor & Destructor Documentation

◆ DataPointModel()

oox::drawingml::chart::DataPointModel::DataPointModel ( bool  bMSO2007Doc)
explicit

True = invert negative data points (not derived from series!).

Definition at line 99 of file seriesmodel.cxx.

◆ ~DataPointModel()

oox::drawingml::chart::DataPointModel::~DataPointModel ( )

Definition at line 105 of file seriesmodel.cxx.

Member Data Documentation

◆ mbInvertNeg

bool oox::drawingml::chart::DataPointModel::mbInvertNeg

Unique data point index.

Definition at line 171 of file seriesmodel.hxx.

Referenced by oox::drawingml::chart::DataPointContext::onCreateContext().

◆ mnIndex

sal_Int32 oox::drawingml::chart::DataPointModel::mnIndex

◆ mobBubble3d

std::optional< bool > oox::drawingml::chart::DataPointModel::mobBubble3d

Series line marker symbol.

Definition at line 169 of file seriesmodel.hxx.

Referenced by oox::drawingml::chart::DataPointContext::onCreateContext().

◆ monExplosion

std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monExplosion

◆ monMarkerSize

std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monMarkerSize

◆ monMarkerSymbol

std::optional< sal_Int32 > oox::drawingml::chart::DataPointModel::monMarkerSymbol

◆ mxMarkerProp

ShapeRef oox::drawingml::chart::DataPointModel::mxMarkerProp

◆ mxPicOptions

PictureOptionsRef oox::drawingml::chart::DataPointModel::mxPicOptions

◆ mxShapeProp

ShapeRef oox::drawingml::chart::DataPointModel::mxShapeProp

The documentation for this struct was generated from the following files: