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

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

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

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

Creates a new instance of BubblePoint class

ScatterPoint ( double x, double y ) : System

Create a new instance of BubblePoint class, giving x and y coordinates

ScatterPoint ( double x, double y, double weight ) : System

Creates a new instance of BubblePoint class, giving x, y and weight

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

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

On point property changed method

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

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

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

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

Creates a new instance of BubblePoint class
public ScatterPoint ( ) : System
Результат System

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

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

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

Creates a new instance of BubblePoint class, giving x, y and weight
public ScatterPoint ( double x, double y, double weight ) : System
x double
y double
weight double
Результат System