Axis

class Axis : Drawable , Stylized {
bool vertical;
bool horisontal;
double[] dash;
double dashOffset;
}

Constructors

this
this(Style root)

Members

Functions

setupStyle
void setupStyle(Ctx cr)

Inherited Members

From Drawable

draw
void draw(Ctx, Trtor)

Meta