From e5c0f4d898db750f42ecc726dea2f777e689674f Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 22 Jan 2018 14:58:41 +0300 Subject: [PATCH] OK In progress... --- src/Axis.vala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/Axis.vala b/src/Axis.vala index 0aa33d1..1111e79 100644 --- a/src/Axis.vala +++ b/src/Axis.vala @@ -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) {