AODL.Document.Styles.Properties.AxesProperties.NewXmlNode C# (CSharp) 메소드

NewXmlNode() 개인적인 메소드

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