#include <Plot2D.h>
Definition at line 48 of file Plot2D.h.
Data Fields | |
| std::string | DataPath |
| The path to the data file. | |
| unsigned | X_Column |
| The zero based index of the x part of the series. | |
| unsigned | Y_Column |
| The zero based index of the y part of the series. | |
| bool | negate_X |
| A boolean to indicate if the user wants to plot -X vs Y. | |
| bool | negate_Y |
| A boolean to indicate if the user wants to plot X vs -Y. | |
| bool | IsConnected |
| Is the data connected with line? | |
| CPLOT_enumColor | Color |
| The color of the points/lines for this series. | |
| std::string | Label |
| The series label. | |
| std::string | Units |
| The series label units. | |
| unsigned | Precision |
| The precision for the statistics table if present. | |
| bool | MarkOutlierData |
| Data outside the plot window can be indicated (in Cyan) along the plot borders by enabling this option. | |
| bool | UsesRightYLabel |
| Indicates if data pertains to the right y label. | |
| std::string namespace_Plot2D::PLOT2D_structSeriesInfo::Label |
| std::string namespace_Plot2D::PLOT2D_structSeriesInfo::Units |