LibreOffice Module oox (master) 1
Public Attributes | List of all members
oox::drawingml::chart::TypeGroupInfo Struct Reference

Contains info for a chart type related to the OpenOffice.org chart module. More...

#include <typegroupconverter.hxx>

Public Attributes

TypeId meTypeId
 
TypeCategory meTypeCategory
 Unique chart type identifier. More...
 
const char * mpcServiceName
 Category this chart type belongs to. More...
 
VarPointMode meVarPointMode
 Service name of the type. More...
 
sal_Int32 mnDefLabelPos
 Mode for varying point colors. More...
 
bool mbPolarCoordSystem
 Default data label position (API constant). More...
 
bool mbSeriesIsFrame2d
 True = polar, false = cartesian. More...
 
bool mbSingleSeriesVis
 True = 2D type series with area formatting. More...
 
bool mbCategoryAxis
 True = only first series visible (e.g. pie charts). More...
 
bool mbSwappedAxesSet
 True = X axis contains categories. More...
 
bool mbSupportsStacking
 True = X axis and Y axis are swapped. More...
 
bool mbPictureOptions
 True = data points can be stacked on each other. More...
 

Detailed Description

Contains info for a chart type related to the OpenOffice.org chart module.

Definition at line 74 of file typegroupconverter.hxx.

Member Data Documentation

◆ mbCategoryAxis

bool oox::drawingml::chart::TypeGroupInfo::mbCategoryAxis

True = only first series visible (e.g. pie charts).

Definition at line 84 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::AxisConverter::convertFromModel(), and oox::drawingml::chart::SeriesConverter::createDataSeries().

◆ mbPictureOptions

bool oox::drawingml::chart::TypeGroupInfo::mbPictureOptions

True = data points can be stacked on each other.

Definition at line 87 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::DataPointConverter::convertFromModel(), and oox::drawingml::chart::SeriesConverter::createDataSeries().

◆ mbPolarCoordSystem

bool oox::drawingml::chart::TypeGroupInfo::mbPolarCoordSystem

Default data label position (API constant).

Definition at line 81 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::createCoordinateSystem().

◆ mbSeriesIsFrame2d

bool oox::drawingml::chart::TypeGroupInfo::mbSeriesIsFrame2d

◆ mbSingleSeriesVis

bool oox::drawingml::chart::TypeGroupInfo::mbSingleSeriesVis

True = 2D type series with area formatting.

Definition at line 83 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::getSingleSeriesTitle().

◆ mbSupportsStacking

bool oox::drawingml::chart::TypeGroupInfo::mbSupportsStacking

True = X axis and Y axis are swapped.

Definition at line 86 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::isPercent(), and oox::drawingml::chart::TypeGroupConverter::isStacked().

◆ mbSwappedAxesSet

bool oox::drawingml::chart::TypeGroupInfo::mbSwappedAxesSet

True = X axis contains categories.

Definition at line 85 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::createCoordinateSystem().

◆ meTypeCategory

TypeCategory oox::drawingml::chart::TypeGroupInfo::meTypeCategory

◆ meTypeId

TypeId oox::drawingml::chart::TypeGroupInfo::meTypeId

◆ meVarPointMode

VarPointMode oox::drawingml::chart::TypeGroupInfo::meVarPointMode

Service name of the type.

Definition at line 79 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::convertFromModel().

◆ mnDefLabelPos

sal_Int32 oox::drawingml::chart::TypeGroupInfo::mnDefLabelPos

Mode for varying point colors.

Definition at line 80 of file typegroupconverter.hxx.

Referenced by oox::drawingml::ChartExport::exportDataLabels().

◆ mpcServiceName

const char* oox::drawingml::chart::TypeGroupInfo::mpcServiceName

Category this chart type belongs to.

Definition at line 78 of file typegroupconverter.hxx.

Referenced by oox::drawingml::chart::TypeGroupConverter::convertFromModel().


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