Summary description for ChartGraphicProperties.
Inheritance: IProperty
		/// <summary>
		/// create the graphic property
		/// </summary>
		/// <param name="style"></param>
		/// <param name="node"></param>
		/// <returns></returns>

		public ChartGraphicProperties CreateGraphicProperties(IStyle style,XmlNode node)
		{
			ChartGraphicProperties graphicProperty    = new ChartGraphicProperties (style);
			graphicProperty.Node                      = node;

			return graphicProperty;
 
		}