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

Immutable copy of one series for renderer consumption. More...

#include <RADPlot.h>

+ Collaboration diagram for RADUi::PlotSeriesSnapshot:

Public Attributes

std::string name
 Display name for the series. More...
 
PlotSeriesStyle style
 Rendering style copied from the model. More...
 
std::vector< PlotPointpoints
 Series points copied from the model. More...
 

Detailed Description

Immutable copy of one series for renderer consumption.

Member Data Documentation

◆ name

std::string RADUi::PlotSeriesSnapshot::name

Display name for the series.

◆ points

std::vector<PlotPoint> RADUi::PlotSeriesSnapshot::points

Series points copied from the model.

◆ style

PlotSeriesStyle RADUi::PlotSeriesSnapshot::style

Rendering style copied from the model.


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