public ChartValueItemParam(ChartValueItem chartValueItem, ChartValueItem nextChartValueItem, ChartItem parent)
 {
     this.ChartValueItem     = chartValueItem;
     this.NextChartValueItem = nextChartValueItem;
     this.Color  = parent.Color.ToSKColor();
     this.Parent = parent;
 }