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

Method setChartStyle

qcustomplot/qcustomplot.cpp:26366–26369  ·  view source on GitHub ↗

! Sets which representation style shall be used to display the OHLC data. */

Source from the content-addressed store, hash-verified

26364 Sets which representation style shall be used to display the OHLC data.
26365*/
26366void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected