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

Method setShortLabels

src/KDChart/KDChartAbstractAxis.cpp:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void AbstractAxis::setShortLabels(const QStringList &list)
209{
210 if (d->hardShortLabels == list)
211 return;
212
213 d->hardShortLabels = list;
214 d->updateLayouts();
215}
216
217QStringList AbstractAxis::shortLabels() const
218{

Callers 3

MainWindowMethod · 0.80
mainFunction · 0.80
ChartWidgetClass · 0.80

Calls 1

updateLayoutsMethod · 0.80

Tested by

no test coverage detected