AODL.Document.Styles.Properties.ChartGraphicProperties.ChartGraphicProperties C# (CSharp) Method

ChartGraphicProperties() public method

the constructor of chart graphic property
public ChartGraphicProperties ( IStyle style ) : System
style IStyle
return System
		public ChartGraphicProperties(IStyle style)
		{
			this.Style			= style;
			this.NewXmlNode();
		}