C# 클래스 OxyPlot.Series.ScatterPoint

Represents a point in a ScatterSeries.
상속: ICodeGenerating
파일 보기 프로젝트 열기: andreasjacobsen93/XamarinThirdpartySamples 1 사용 예제들

공개 메소드들

메소드 설명
ScatterPoint ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the ScatterPoint class.

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

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 ( ) : System.Diagnostics.CodeAnalysis
리턴 System.Diagnostics.CodeAnalysis

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 ) : System.Diagnostics.CodeAnalysis
x double The x.
y double The y.
size double The size.
value double The value.
tag object The tag.
리턴 System.Diagnostics.CodeAnalysis

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