OK In progress...
This commit is contained in:
parent
d3f73e135b
commit
e5c0f4d898
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue