AODL.Document.Content.Charts.ChartPlotArea.ChartPlotArea C# (CSharp) 메소드

ChartPlotArea() 공개 메소드

Initializes a new instance of the ChartPlotArea class.
public ChartPlotArea ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
리턴 System
		public ChartPlotArea(IDocument document, XmlNode node)
		{
			this.Document			= document;
			this.Node				= node;
			this.InitStandards(); 
		}

Same methods

ChartPlotArea::ChartPlotArea ( Chart chart ) : System
ChartPlotArea::ChartPlotArea ( Chart chart, string styleName ) : System