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

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

public Chart ( IDocument document, XmlNode node, XmlNode ParentNode ) : System
document IDocument
node System.Xml.XmlNode
ParentNode System.Xml.XmlNode
Результат System
		public Chart(IDocument document,XmlNode node,XmlNode ParentNode):base(ParentNode,document)
		{
			this.Node                = node;
			this.Styles              = new StyleCollection ();
			this.ChartStyles         = new ChartStyles (this);
			this.Document .EmbedObjects .Add (this);
			this.Document .DocumentMetadata .ObjectCount +=1;
			this.InitStandards ();
		}

Same methods

Chart::Chart ( Table table, string StyleName ) : System