AODL.Document.Styles.Properties.ChartGraphicProperties.NewXmlNode C# (CSharp) Méthode

NewXmlNode() private méthode

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
Résultat void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("style", "graphic-properties");
		}