11 #ifndef KDCHARTBARATTRIBUTES_H
12 #define KDCHARTBARATTRIBUTES_H
31 void setFixedDataValueGap(qreal gap);
32 qreal fixedDataValueGap()
const;
34 void setUseFixedDataValueGap(
bool gapIsFixed);
35 bool useFixedDataValueGap()
const;
37 void setFixedValueBlockGap(qreal gap);
38 qreal fixedValueBlockGap()
const;
40 void setUseFixedValueBlockGap(
bool gapIsFixed);
41 bool useFixedValueBlockGap()
const;
43 void setFixedBarWidth(qreal width);
44 qreal fixedBarWidth()
const;
46 void setUseFixedBarWidth(
bool useFixedBarWidth);
47 bool useFixedBarWidth()
const;
49 void setGroupGapFactor(qreal gapFactor);
50 qreal groupGapFactor()
const;
52 void setBarGapFactor(qreal gapFactor);
53 qreal barGapFactor()
const;
55 void setDrawSolidExcessArrows(
bool solidArrows);
56 bool drawSolidExcessArrows()
const;
71 const Private *d_func()
const
Set of attributes for changing the appearance of bar charts.
bool operator!=(const BarAttributes &other) const
bool operator==(const TickInfo &, const TickInfo &)