namespace CairoChart {
public class Label {
public struct Style {
Font.Style font_style;
Line.Style frame_line_style;
Color bg_color;
Color frame_color;
}