C# 클래스 Visualizer.Plotting.ScatterPoint

Represents a point in a ScatterSeries.
상속: ICodeGenerating
파일 보기 프로젝트 열기: stefan-j/GeneticMIDI

공개 메소드들

메소드 설명
ScatterPoint ( ) : OxyPlot

Initializes a new instance of the ScatterPoint class.

ScatterPoint ( double x, double y, double size = double.NaN, double value = double.NaN, object tag = null ) : OxyPlot

Initializes a new instance of the ScatterPoint class.

ToCode ( ) : string

Returns C# code that generates this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

ScatterPoint() 공개 메소드

Initializes a new instance of the ScatterPoint class.
public ScatterPoint ( ) : OxyPlot
리턴 OxyPlot

ScatterPoint() 공개 메소드

Initializes a new instance of the ScatterPoint class.
public ScatterPoint ( double x, double y, double size = double.NaN, double value = double.NaN, object tag = null ) : OxyPlot
x double The x.
y double The y.
size double The size.
value double The value.
tag object The tag.
리턴 OxyPlot

ToCode() 공개 메소드

Returns C# code that generates this instance.
public ToCode ( ) : string
리턴 string

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string