Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
steppable::graphing::GraphOptions Struct Reference

Stores the opotions for each graph shown on screen. More...

#include <conPlotTypes.hpp>

Inheritance diagram for steppable::graphing::GraphOptions:
[legend]
Collaboration diagram for steppable::graphing::GraphOptions:
[legend]

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.

Detailed Description

Stores the opotions for each graph shown on screen.

Constructor & Destructor Documentation

◆ GraphOptions()

template<typename... Params>
steppable::graphing::GraphOptions::GraphOptions ( Params... params)
inline

Initializes a new GraphOptions instance.

Parameters
paramsThe parameters to be passed to initialize the instance.
Here is the call graph for this function:

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