AODL.Document.Content.Charts.ChartStyleProcessor.CreateAxesProperties C# (CSharp) Method

CreateAxesProperties() private method

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