AODL.Document.Content.Charts.ChartPlotArea.InitPlotArea C# (CSharp) Метод

InitPlotArea() публичный Метод

Init the plotarea
public InitPlotArea ( ) : void
Результат void
		public void InitPlotArea()
		{
			string SeriesSource = this.PlotAreaStyle .PlotAreaProperties.SeriesSource ;		
			
			if (SeriesSource==null)			
				this.PlotAreaStyle .PlotAreaProperties .SeriesSource ="columns";
			//SeriesSource= this.PlotAreaStyle .PlotAreaProperties .SeriesSource;
		}