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

Method tickLength

src/KDChart/Cartesian/KDChartStockBarAttributes.cpp:85–88  ·  view source on GitHub ↗

* @return the tick length used for both the open and close marker */

Source from the content-addressed store, hash-verified

83 * @return the tick length used for both the open and close marker
84 */
85qreal StockBarAttributes::tickLength() const
86{
87 return d->tickLength;
88}
89
90bool StockBarAttributes::operator==(const StockBarAttributes &r) const
91{

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected