Struct StatisticsWidget::DashboardChartData¶
Defined in File StatisticsWidget.h
Nested Relationships¶
This struct is a nested type of Class StatisticsWidget.
Struct Documentation¶
-
struct
SmartPeak::StatisticsWidget::DashboardChartData¶ Public Functions
-
inline void
clear()¶
Public Members
-
std::vector<std::string>
label_strings_¶
-
std::vector<const char*>
label_char_ptr_¶
-
std::vector<double>
values_¶
-
std::vector<double>
positions_¶
-
int
selected_value_index= -1¶
-
std::string
selected_value_name¶
-
std::vector<double>
unselected_values_¶
-
std::vector<double>
selected_values_¶
-
double
total_value_¶
-
std::string
error_message_¶
-
inline void