Home
last modified time | relevance | path

Searched defs:TypeGroupInfo (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/oox/inc/oox/drawingml/chart/
H A Dtypegroupconverter.hxx88 struct TypeGroupInfo struct
90 TypeId meTypeId; /// Unique chart type identifier.
91 TypeCategory meTypeCategory; /// Category this chart type belongs to.
92 const sal_Char* mpcServiceName; /// Service name of the type.
93 VarPointMode meVarPointMode; /// Mode for varying point colors.
94 sal_Int32 mnDefLabelPos; /// Default data label position (API constant).
95 bool mbCombinable2d; /// True = types can be combined in one axes set.
96 bool mbSupports3d; /// True = 3D type allowed, false = only 2D type.
97 bool mbPolarCoordSystem; /// True = polar, false = cartesian.
98 bool mbSeriesIsFrame2d; /// True = 2D type series with area formatting.
[all …]