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

#include <conPlotTypes.hpp>

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

Public Member Functions

template<typename... Params>
 BarOptions (Params... params)

Public Attributes

std::string title = "Bar"
Public Attributes inherited from steppable::graphing::LineOptionsBase
std::string_view lineDot = GraphDot::BLOCK
 Dot type to be drawn on screen.
ColorFunc lineColor = colors::green
 Color of the dot to output.
std::string title = "Line"
 Name of the line to be shown in the legend.

Constructor & Destructor Documentation

◆ BarOptions()

template<typename... Params>
steppable::graphing::BarOptions::BarOptions ( Params... params)
inline
Here is the call graph for this function:

Member Data Documentation

◆ title

std::string steppable::graphing::BarOptions::title = "Bar"

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