C# Class GraphGenerator.ChartCreator

Mostrar archivo Open project: riyadparvez/csv-to-chart

Public Methods

Method Description
ChartCreator ( IEnumerable filePaths ) : System.Collections.Generic
SaveImage ( ) : void

Private Methods

Method Description
GenerateChart ( SeriesCreator creator, string filePath ) : void

Method Details

ChartCreator() public method

public ChartCreator ( IEnumerable filePaths ) : System.Collections.Generic
filePaths IEnumerable
return System.Collections.Generic

SaveImage() public method

public SaveImage ( ) : void
return void