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

#include <conPlotTypes.hpp>

Inheritance diagram for steppable::graphing::LineOptionsBase:
[legend]

Public Attributes

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.

Member Data Documentation

◆ lineColor

ColorFunc steppable::graphing::LineOptionsBase::lineColor = colors::green

Color of the dot to output.

◆ lineDot

std::string_view steppable::graphing::LineOptionsBase::lineDot = GraphDot::BLOCK

Dot type to be drawn on screen.

◆ title

std::string steppable::graphing::LineOptionsBase::title = "Line"

Name of the line to be shown in the legend.


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