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

AxesProperties() 공개 메소드

The Constructor, create new instance of ChartProperties
public AxesProperties ( IStyle style ) : System
style IStyle The ColumnStyle
리턴 System
		public AxesProperties(IStyle style): base(style)
		{
			//this.Style			= style;
			//this.NewXmlNode();
		}