|
RADLib
RADical C++ application framework
|
Rendering style for one plot series. More...
#include <RADPlot.h>
Collaboration diagram for RADUi::PlotSeriesStyle:Public Attributes | |
| PlotColor | color {33, 150, 243, 255} |
| Series color. More... | |
| int | lineWidth = 1 |
| Line width in pixels for software rendering. More... | |
| bool | drawLines = true |
| Draw connected line segments. More... | |
| bool | drawPoints = false |
| Draw discrete sample points. More... | |
Rendering style for one plot series.
| PlotColor RADUi::PlotSeriesStyle::color {33, 150, 243, 255} |
Series color.
| bool RADUi::PlotSeriesStyle::drawLines = true |
Draw connected line segments.
| bool RADUi::PlotSeriesStyle::drawPoints = false |
Draw discrete sample points.
| int RADUi::PlotSeriesStyle::lineWidth = 1 |
Line width in pixels for software rendering.