AODL.Document.Styles.DataPointStyle.DataPointStyle C# (CSharp) Method

DataPointStyle() public method

the constructor of dataPoint style
public DataPointStyle ( IDocument document, string styleName ) : System
document IDocument
styleName string
return System
		public DataPointStyle(IDocument document, string styleName)
		{
			this.Document					= document;
			this.InitStandards();
			this.StyleName					= styleName;
		}

Same methods

DataPointStyle::DataPointStyle ( IDocument document ) : System
DataPointStyle::DataPointStyle ( IDocument document, XmlNode node ) : System