! Sets which representation style shall be used to display the OHLC data. */
| 26364 | Sets which representation style shall be used to display the OHLC data. |
| 26365 | */ |
| 26366 | void QCPFinancial::setChartStyle(QCPFinancial::ChartStyle style) |
| 26367 | { |
| 26368 | mChartStyle = style; |
| 26369 | } |
| 26370 | |
| 26371 | /*! |
| 26372 | Sets the width of the individual bars/candlesticks to \a width in plot key coordinates. |
nothing calls this directly
no outgoing calls
no test coverage detected