OK In progress...

This commit is contained in:
Kolan Sh 2018-01-22 14:58:41 +03:00
parent d3f73e135b
commit e5c0f4d898
1 changed files with 16 additions and 0 deletions

View File

@ -131,9 +131,25 @@ namespace CairoChart {
}
default = 2;
}
/**
* ``Axis`` Font style.
*/
public Font font = new Font ();
/**
* ``Axis`` color.
*/
public Color color = Color ();
/**
* ``Axis`` line style.
*/
public LineStyle line_style = LineStyle ();
/**
* ``Axis`` font spacing.
*/
public double font_spacing = 5;
public Axis (Chart chart) {