OK In progress...

This commit is contained in:
Kolan Sh 2018-01-22 16:28:09 +03:00
parent 18968bd3a9
commit 26334b2704
1 changed files with 8 additions and 0 deletions

View File

@ -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;