AODL.Document.Styles.Properties.ChartProperties.NewXmlNode C# (CSharp) Méthode

NewXmlNode() public méthode

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