Steppable 0.0.1
A CAS project written from scratch in C++
|
Stores the opotions for each graph shown on screen. More...
#include <conPlotTypes.hpp>
Public Member Functions | |
template<typename... Params> | |
GraphOptions (Params... params) | |
Initializes a new GraphOptions instance. |
Additional Inherited Members | |
Public Attributes inherited from steppable::graphing::GraphOptionsBase | |
std::string | title = "Graph" |
Title of the graph. | |
std::string | xAxisTitle = "X Axis Title" |
Title of the x axis. | |
std::string | yAxisTitle = "Y Axis Title" |
Title of the y axis. | |
long long | width = 30 |
Width of the graph. | |
long long | height = 20 |
Height of the graph. | |
long long | xTickSpacing = 10 |
Spacing between each x axis tick. | |
long long | yTickSpacing = 5 |
Spacing between each y axis tick. | |
Number | xMin = -1 |
Minimum x value. | |
Number | xMax = 1 |
Maximum x value. |
Stores the opotions for each graph shown on screen.
|
inline |
Initializes a new GraphOptions instance.
params | The parameters to be passed to initialize the instance. |