コード例 #1
0
        /// <summary>
        /// add  data table to the content of the chart
        /// </summary>

        private void AdddDataTableToChart()
        {
            GetCellRangeFromXMLString();
            Table table = new ChartBuilderHelper(_document, ChartPlotArea, TableData)
                          .CreateTableFromCellRange();

            //this.CreateTableFromCellRange ();
            this.Content.Add(table);
        }
コード例 #2
0
		/// <summary>
		/// add  data table to the content of the chart
		/// </summary>

		private void AdddDataTableToChart()
		{
			GetCellRangeFromXMLString();
			Table table = new ChartBuilderHelper(_document, ChartPlotArea, TableData)
				.CreateTableFromCellRange();
			//this.CreateTableFromCellRange ();
			this.Content .Add (table);
		}