|
Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <conPlotTypes.hpp>
Public Member Functions | |
| template<typename... Params> | |
| BarGraphOptions (Params... params) | |
| Initializes a new GraphOptions instance. | |
Public Attributes | |
| long long | yTickSpacing = 5 |
| Spacing between each y axis tick. | |
| long long | xTickSpacing = 2 |
| Width of a single bar. | |
| Number | xMin = 0 |
| Number | xMax = 100 |
| 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. | |
|
inline |
Initializes a new GraphOptions instance.
| params | The parameters to be passed to initialize the instance. |
| Number steppable::graphing::BarGraphOptions::xMax = 100 |
| Number steppable::graphing::BarGraphOptions::xMin = 0 |
| long long steppable::graphing::BarGraphOptions::xTickSpacing = 2 |
Width of a single bar.
| long long steppable::graphing::BarGraphOptions::yTickSpacing = 5 |
Spacing between each y axis tick.