AODL.Document.Styles.Properties.ChartProperties.NewXmlNode C# (CSharp) Method

NewXmlNode() public method

Create the XmlNode which represent the propertie element.
public NewXmlNode ( ) : void
return void
		public void NewXmlNode()
		{
			this.Node		= this.Style.Document.CreateNode("chart-properties", "style");
		}