| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected