C# Class OxyPlot.Series.ScatterPoint

Represents a point in a ScatterSeries.
Inheritance: ICodeGenerating
Afficher le fichier Open project: andreasjacobsen93/XamarinThirdpartySamples Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

ScatterPoint() public méthode

Initializes a new instance of the ScatterPoint class.
public ScatterPoint ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

ScatterPoint() public méthode

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.
Résultat System.Diagnostics.CodeAnalysis

ToCode() public méthode

Returns C# code that generates this instance.
public ToCode ( ) : string
Résultat string

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string