C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Charts.CreateColumnChart

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
InsertColumnChart ( string dataDir ) : void

Shows how to insert a column chart into the document using DocumentBuilder.InsertChart method.

InsertSimpleColumnChart ( string dataDir ) : void

Shows how to insert a simple column chart into the document using DocumentBuilder.InsertChart method.

Method Details

Run() public static method

public static Run ( ) : void
return void