public PieChart() { Items = new ChartItemsCollection(); Title = string.Empty; BorderWidth = 1; Radius = 160; Width = 200; _backgroundColor = Color.White; _borderColor = Color.Gainsboro; _legendFontSize = 8; _legendFontStyle = "Tahoma"; }
public BarChart() { Items = new ChartItemsCollection(); Title = string.Empty; BorderWidth = 1; Width = 400; Height = 200; Sort = true; _backgroundColor = Color.White; _borderColor = Color.Gainsboro; _legendFontSize = 8; _legendFontStyle = "Tahoma"; }