示例#1
0
 /// <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)
 {
 }