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

Method setAllowOverlappingDataValueTexts

src/KDChart/KDChartAbstractDiagram.cpp:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void AbstractDiagram::setAllowOverlappingDataValueTexts(bool allow)
321{
322 DataValueAttributes attrs = dataValueAttributes();
323 attrs.setShowOverlappingDataLabels(allow);
324 setDataValueAttributes(attrs);
325 d->allowOverlappingDataValueTexts = allow;
326 emit propertiesChanged();
327}
328
329bool AbstractDiagram::allowOverlappingDataValueTexts() const
330{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected