public ChartAxisSelectionSerializer(ChartAxisSelection selection)
 {
     this.selection = selection;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisSelectionBuilder" /> class.
 /// </summary>
 /// <param name="chartLegend">The chart legend.</param>
 public ChartAxisSelectionBuilder(ChartAxisSelection chartSelection)
 {
     selection = chartSelection;
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartAxisSelectionBuilder" /> class.
 /// </summary>
 /// <param name="chartLegend">The chart legend.</param>
 public ChartAxisSelectionBuilder(ChartAxisSelection chartSelection)
 {
     selection = chartSelection;
 }