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

NewXmlNode() private method

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