RADLib
RADical C++ application framework
RADUi::PlotSeriesStyle Struct Reference

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...
 

Detailed Description

Rendering style for one plot series.

Member Data Documentation

◆ color

PlotColor RADUi::PlotSeriesStyle::color {33, 150, 243, 255}

Series color.

◆ drawLines

bool RADUi::PlotSeriesStyle::drawLines = true

Draw connected line segments.

◆ drawPoints

bool RADUi::PlotSeriesStyle::drawPoints = false

Draw discrete sample points.

◆ lineWidth

int RADUi::PlotSeriesStyle::lineWidth = 1

Line width in pixels for software rendering.


The documentation for this struct was generated from the following file: