public ChartAxisSelectionSerializer(ChartAxisSelection selection)
 {
     this.selection = selection;
 }
Esempio n. 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;
 }
Esempio n. 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;
 }