MCPcopy Create free account
hub / github.com/KDAB/KDChart / tickLength

Method tickLength

src/KDChart/Cartesian/KDChartCartesianAxis.cpp:1106–1110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1104}
1105
1106int CartesianAxis::tickLength(bool subUnitTicks) const
1107{
1108 const RulerAttributes &rulerAttr = rulerAttributes();
1109 return subUnitTicks ? rulerAttr.minorTickMarkLength() : rulerAttr.majorTickMarkLength();
1110}
1111
1112QMultiMap<qreal, QString> CartesianAxis::annotations() const
1113{

Callers 2

drawOHLCBarMethod · 0.45
calculateMaximumSizeMethod · 0.45

Calls 2

minorTickMarkLengthMethod · 0.80
majorTickMarkLengthMethod · 0.80

Tested by

no test coverage detected