/// <summary> /// Initializes a new instance of the <see cref="ChartBoundSeries{TModel, TValue}" /> class. /// </summary> /// <param name="chart">The chart.</param> protected ChartBoundSeries(Chart <TModel> chart) : base(chart) { }