AODL.Document.Content.Charts.ChartStyleProcessor.CreateAxesProperties C# (CSharp) 메소드

CreateAxesProperties() 개인적인 메소드

create the axes property
private CreateAxesProperties ( IStyle style, XmlNode node ) : AxesProperties
style IStyle
node System.Xml.XmlNode
리턴 AODL.Document.Styles.Properties.AxesProperties
		private AxesProperties	CreateAxesProperties(IStyle style,XmlNode node)
		{
			AxesProperties axisProperty     = new AxesProperties (style);
			axisProperty.Node                =node;
			return  axisProperty;
		}