public static Pie Pie(PieType type) { string typeCode = type.GetCode(); return(new Pie(typeCode)); }
public PieChartItemInfoContainer(PieType type, ChartViewModelBase viewModel) { this.PieType = type; this.ChartModel = viewModel; }
public Pie(PieType t) { this.Type = t; }