LibreOffice Module oox (master) 1
typegroupmodel.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPMODEL_HXX
21#define INCLUDED_OOX_DRAWINGML_CHART_TYPEGROUPMODEL_HXX
22
24
25namespace oox::drawingml::chart {
26
28{
30
33 sal_Int32 mnGapWidth;
34
35 explicit UpDownBarsModel();
37};
38
40{
45
47 std::vector<sal_Int32>
54 double mfSplitPos;
55 sal_Int32 mnBarDir;
56 sal_Int32 mnBubbleScale;
57 sal_Int32 mnFirstAngle;
58 sal_Int32 mnGapDepth;
59 sal_Int32 mnGapWidth;
60 sal_Int32 mnGrouping;
61 sal_Int32 mnHoleSize;
62 sal_Int32 mnOfPieType;
63 sal_Int32 mnOverlap;
64 sal_Int32 mnRadarStyle;
65 sal_Int32 mnScatterStyle;
66 sal_Int32 mnSecondPieSize;
67 sal_Int32 mnShape;
68 sal_Int32 mnSizeRepresents;
69 sal_Int32 mnSplitType;
70 sal_Int32 mnTypeId;
74 bool mbSmooth;
77
78 explicit TypeGroupModel( sal_Int32 nTypeId, bool bMSO2007Doc );
80};
81
82} // namespace oox::drawingml::chart
83
84#endif
85
86/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ModelRef< UpDownBarsModel > UpDownBarsRef
sal_Int32 mnGapWidth
Space between series in deep 3D charts.
sal_Int32 mnSplitType
Bubble size represents area or width.
bool mbBubble3d
Chart type identifier.
ModelRef< DataLabelsModel > DataLabelsRef
sal_Int32 mnGrouping
Space between bars in bar charts, or space in pie-to charts.
DataLabelsRef mxLabels
List of axis identifiers used by this chart type.
sal_Int32 mnSizeRepresents
3D bar shape type.
bool mbSmooth
True = show absolute value of negative bubbles.
sal_Int32 mnHoleSize
Series grouping mode.
sal_Int32 mnShape
relative size of second pie/bar in pie-to charts (percent).
sal_Int32 mnBubbleScale
Bar direction in bar charts (vertical/horizontal).
sal_Int32 mnScatterStyle
Type of radar chart (lines, markers, filled).
bool mbVaryColors
True = smooth lines in line charts.
ModelVector< SeriesModel > SeriesVector
ShapeRef mxDropLines
Connector lines in stacked bar charts.
sal_Int32 mnRadarStyle
Bar overlap per category (2D bar charts only).
sal_Int32 mnGapDepth
Rotation angle of first slice in pie charts.
sal_Int32 mnFirstAngle
Relative scaling of bubble size (percent).
bool mbShowMarker
True = show bubbles with 3D shade.
ShapeRef mxHiLowLines
Drop lines connecting data points with X axis.
sal_Int32 mnOfPieType
Hole size in doughnut charts.
sal_Int32 mnTypeId
Split type in pie-to charts.
std::vector< sal_Int32 > maAxisIds
Series attached to this chart type group.
sal_Int32 mnOverlap
Pie-to-pie or pie-to-bar chart.
double mfSplitPos
High/low lines connecting lowest and highest data points.
sal_Int32 mnBarDir
Threshold value in pie-to charts.
TypeGroupModel(sal_Int32 nTypeId, bool bMSO2007Doc)
True = wireframe surface chart, false = filled surface chart.
UpDownBarsRef mxUpDownBars
Data point label settings for all series.
bool mbShowNegBubbles
True = show point markers in line charts.
bool mbWireframe
True = different automatic colors for each point.
sal_Int32 mnSecondPieSize
Type of scatter chart (lines, markers, smooth).
ShapeRef mxSerLines
Up/down bars in stock charts.
ShapeRef mxUpBars
Formatting of down bars.
sal_Int32 mnGapWidth
Formatting of up bars.
UpDownBarsModel()
Space between up/down bars.