From 26334b2704faeaea0c0fd2c5fd554dcc3cbf3625 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 22 Jan 2018 16:28:09 +0300 Subject: [PATCH] OK In progress... --- src/Legend.vala | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Legend.vala b/src/Legend.vala index 7a218ca..a0e0542 100644 --- a/src/Legend.vala +++ b/src/Legend.vala @@ -35,8 +35,16 @@ namespace CairoChart { */ public Position position = Position.TOP; + /** + * ``Legend`` background color. + */ public Color bg_color = Color(1, 1, 1); + + /** + * Border line style. + */ public LineStyle border_style = LineStyle (); + public double spacing = 5; public double width = 0; public double height = 0;