Example #1
0
		/// <summary>
		/// Initializes a new instance of the <see cref="GridChart2D"/> class.
		/// </summary>
		/// <param name="grid">The grid.</param>
		public GridChart2D(IGridSource2D grid)
			: this()
		{
			this.Grid = grid;
		}
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GridChart2D"/> class.
 /// </summary>
 /// <param name="grid">The grid.</param>
 public GridChart2D(IGridSource2D grid)
     : this()
 {
     this.Grid = grid;
 }