public ChartSelectionMousewheelSerializer(ChartSelectionMousewheel mousewheel)
 {
     this.mousewheel = mousewheel;
 }
 public ChartSelectionMousewheelSerializer(ChartSelectionMousewheel mousewheel)
 {
     this.mousewheel = mousewheel;
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChartDateSelection" /> class.
 /// </summary>
 public ChartAxisSelection()
 {
     Mousewheel = new ChartSelectionMousewheel();
 }