The OpenD Programming Language

Axis

Struct holding details on axis

Constructors

this
this(double newmin, double newmax)

Creating axis giving a minimum and maximum value

Members

Variables

label
string label;

Label of the axis

max
double max;

Maximum value of the axis

min
double min;

Minimum value of the axis

min_tick
double min_tick;

Location of the lowest tick

offset
double offset;

Offset of the axis

show
bool show;

Show the axis or hide it

tick_width
double tick_width;

Distance between ticks

Meta