AODL.Document.Content.Charts.ChartStyleProcessor.CreateGraphicProperties C# (CSharp) Метод

CreateGraphicProperties() публичный Метод

create the graphic property
public CreateGraphicProperties ( IStyle style, XmlNode node ) : ChartGraphicProperties
style IStyle
node System.Xml.XmlNode
Результат AODL.Document.Styles.Properties.ChartGraphicProperties
		public ChartGraphicProperties CreateGraphicProperties(IStyle style,XmlNode node)
		{
			ChartGraphicProperties graphicProperty    = new ChartGraphicProperties (style);
			graphicProperty.Node                      = node;

			return graphicProperty;
 
		}