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

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

public ChartPlotArea ( Chart chart ) : System
chart Chart
Результат System
		public ChartPlotArea(Chart chart)
		{
			this.Chart				= chart;
			this.Document			= chart.Document;
			this.NewXmlNode(null);
			this.InitStandards();
			this.PlotAreaStyle = new PlotAreaStyle (chart.Document);
			chart.Styles .Add (this.PlotAreaStyle );
			this.InitPlotArea ();
			chart.Content .Add (this);
		}

Same methods

ChartPlotArea::ChartPlotArea ( Chart chart, string styleName ) : System
ChartPlotArea::ChartPlotArea ( IDocument document, XmlNode node ) : System