C# 클래스 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.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnPropertyChanged void

공개 메소드들

메소드 설명
SeriesData ( ) : System.Collections.Generic

Initializes a new instance of the SeriesData class.

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

SeriesData() 공개 메소드

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