AODL.Document.Styles.Properties.ChartGraphicProperties.NewXmlNode C# (CSharp) Метод

NewXmlNode() приватный Метод

Create the XmlNode which represent the propertie element.
private NewXmlNode ( ) : void
Результат void
		private void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("style", "graphic-properties");
		}