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

Immutable copy of a complete plot model. More...

#include <RADPlot.h>

+ Collaboration diagram for RADUi::PlotModelSnapshot:

Public Attributes

std::vector< PlotSeriesSnapshotseries
 Series included in the snapshot. More...
 
PlotRange xRange
 X-axis range used for rendering. More...
 
PlotRange yRange
 Y-axis range used for rendering. More...
 
bool hasData = false
 True when at least one point exists. More...
 

Detailed Description

Immutable copy of a complete plot model.

Member Data Documentation

◆ hasData

bool RADUi::PlotModelSnapshot::hasData = false

True when at least one point exists.

◆ series

std::vector<PlotSeriesSnapshot> RADUi::PlotModelSnapshot::series

Series included in the snapshot.

◆ xRange

PlotRange RADUi::PlotModelSnapshot::xRange

X-axis range used for rendering.

◆ yRange

PlotRange RADUi::PlotModelSnapshot::yRange

Y-axis range used for rendering.


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