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

#include <conPlotTypes.hpp>

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

Public Attributes

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.

Member Data Documentation

◆ height

long long steppable::graphing::GraphOptionsBase::height = 20

Height of the graph.

◆ title

std::string steppable::graphing::GraphOptionsBase::title = "Graph"

Title of the graph.

◆ width

long long steppable::graphing::GraphOptionsBase::width = 30

Width of the graph.

◆ xAxisTitle

std::string steppable::graphing::GraphOptionsBase::xAxisTitle = "X Axis Title"

Title of the x axis.

◆ xMax

Number steppable::graphing::GraphOptionsBase::xMax = 1

Maximum x value.

◆ xMin

Number steppable::graphing::GraphOptionsBase::xMin = -1

Minimum x value.

◆ xTickSpacing

long long steppable::graphing::GraphOptionsBase::xTickSpacing = 10

Spacing between each x axis tick.

◆ yAxisTitle

std::string steppable::graphing::GraphOptionsBase::yAxisTitle = "Y Axis Title"

Title of the y axis.

◆ yTickSpacing

long long steppable::graphing::GraphOptionsBase::yTickSpacing = 5

Spacing between each y axis tick.


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