MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / chartStyle

Function chartStyle

qcustomplot/qcustomplot.h:5899–5899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5897 // getters:
5898 QSharedPointer<QCPFinancialDataContainer> data() const { return mDataContainer; }
5899 ChartStyle chartStyle() const { return mChartStyle; }
5900 double width() const { return mWidth; }
5901 WidthType widthType() const { return mWidthType; }
5902 bool twoColored() const { return mTwoColored; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected