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

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

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