C# Класс LiveCharts.Defaults.ObservablePoint

An already configured chart point, this class notifies a chart to update every time a property changes
Наследование: IObservableChartPoint
Показать файл Открыть проект

Открытые методы

Метод Описание
ObservablePoint ( ) : System

Initializes a new instance of ObservablePoint class

ObservablePoint ( double x, double y ) : System

Initializes a new instance of ObservablePoint class giving the x and y coordinates

Защищенные методы

Метод Описание
OnPointChanged ( ) : void

OnPoint property changed method

Описание методов

ObservablePoint() публичный Метод

Initializes a new instance of ObservablePoint class
public ObservablePoint ( ) : System
Результат System

ObservablePoint() публичный Метод

Initializes a new instance of ObservablePoint class giving the x and y coordinates
public ObservablePoint ( double x, double y ) : System
x double
y double
Результат System

OnPointChanged() защищенный Метод

OnPoint property changed method
protected OnPointChanged ( ) : void
Результат void