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
Показать файл Открыть проект Примеры использования класса

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