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

ChartStyle() public method

Initializes a new instance of the TableStyle class.
public ChartStyle ( IDocument document, string styleName ) : System
document IDocument The spreadsheet document.
styleName string Name of the style.
return System
		public ChartStyle(IDocument document, string styleName)
		{
			this.Document					= document;
			this.InitStandards();
			this.StyleName					= styleName;
		}

Same methods

ChartStyle::ChartStyle ( IDocument document ) : System