Exemplo n.º 1
0
 public ChartValueItemParam(ChartValueItem chartValueItem, ChartValueItem nextChartValueItem, ChartItem parent)
 {
     this.ChartValueItem     = chartValueItem;
     this.NextChartValueItem = nextChartValueItem;
     this.BackgroundColor    = parent.Color;
     this.TextColor          = parent.TextColor;
     this.Parent             = parent;
 }