C# Class BudgetAnalyser.Engine.Reports.SeriesData

A data storage class to represent one series on a graph, ie a single line on a graph. This class effectively wraps a List of dates and amounts.
Inheritance: INotifyPropertyChanged
显示文件 Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Property Type Description
OnPropertyChanged void

Public Methods

Method Description
SeriesData ( ) : System.Collections.Generic

Initializes a new instance of the SeriesData class.

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

SeriesData() public method

Initializes a new instance of the SeriesData class.
public SeriesData ( ) : System.Collections.Generic
return System.Collections.Generic