C# 클래스 LiveCharts.Defaults.ScatterPoint

An already configured weighted chart point, this class notifies the chart to update every time a property changes
상속: IObservableChartPoint
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
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