|
RADLib
RADical C++ application framework
|
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< PlotPoint > | points |
| Series points copied from the model. More... | |
Immutable copy of one series for renderer consumption.
| std::string RADUi::PlotSeriesSnapshot::name |
Display name for the series.
| std::vector<PlotPoint> RADUi::PlotSeriesSnapshot::points |
Series points copied from the model.
| PlotSeriesStyle RADUi::PlotSeriesSnapshot::style |
Rendering style copied from the model.