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

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

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

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

Initializes a new instance of PolarPoint class

PolarPoint ( double radius, double angle ) : System

Initializes a new instance of PolarPoint class, giving angle and radius

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

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

On point property changed method

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

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

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

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

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

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

Initializes a new instance of PolarPoint class, giving angle and radius
public PolarPoint ( double radius, double angle ) : System
radius double
angle double
Результат System