66 Color getColorSeries()
const;
67 void setColorSeries(
Color aColorSeries);
69 Color getColorNegative()
const;
70 void setColorNegative(
Color aColorSeries);
72 Color getColorAxis()
const;
73 void setColorAxis(
Color aColorSeries);
75 Color getColorMarkers()
const;
76 void setColorMarkers(
Color aColorSeries);
78 Color getColorFirst()
const;
79 void setColorFirst(
Color aColorSeries);
81 Color getColorLast()
const;
82 void setColorLast(
Color aColorSeries);
84 Color getColorHigh()
const;
85 void setColorHigh(
Color aColorSeries);
87 Color getColorLow()
const;
88 void setColorLow(
Color aColorSeries);
91 void setMinAxisType(
AxisType eAxisType);
94 void setMaxAxisType(
AxisType eAxisType);
97 double getLineWeight()
const;
98 void setLineWeight(
double nWeight);
103 bool isDateAxis()
const;
104 void setDateAxis(
bool bValue);
109 bool isMarkers()
const;
110 void setMarkers(
bool bValue);
113 void setHigh(
bool bValue);
116 void setLow(
bool bValue);
118 bool isFirst()
const;
119 void setFirst(
bool bValue);
122 void setLast(
bool bValue);
124 bool isNegative()
const;
125 void setNegative(
bool bValue);
127 bool shouldDisplayXAxis()
const;
128 void setDisplayXAxis(
bool bValue);
130 bool shouldDisplayHidden()
const;
131 void setDisplayHidden(
bool bValue);
133 bool isRightToLeft()
const;
134 void setRightToLeft(
bool bValue);
136 std::optional<double> getManualMax()
const;
137 void setManualMax(std::optional<double> aValue);
139 std::optional<double> getManualMin()
const;
140 void setManualMin(std::optional<double> aValue);
Holder of sparkline attributes.
Common properties for a group of sparklines.
SparklineAttributes(SparklineAttributes &&rOther)
bool operator==(const SparklineAttributes &rOther) const
SparklineAttributes & operator=(const SparklineAttributes &rOther)
SparklineAttributes(const SparklineAttributes &rOther)
SparklineAttributes & operator=(SparklineAttributes &&rOther)
o3tl::cow_wrapper< Implementation > m_aImplementation
bool operator!=(const SparklineAttributes &rOther) const
CAUTION! The following defines must be in the same namespace as the respective type.
SparklineType
Supported sparkline types.
DisplayEmptyCellsAs
Determines how to display the empty cells.
AxisType
The method of calculating the axis min or max value.
bool getType(BSTR name, Type &type)
bool operator==(const XclFontData &rLeft, const XclFontData &rRight)