C# Class Visualizer.Plotting.ScatterPoint

Represents a point in a ScatterSeries.
Inheritance: ICodeGenerating
Mostrar archivo Open project: stefan-j/GeneticMIDI

Public Methods

Method Description
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.

Method Details

ScatterPoint() public method

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

ScatterPoint() public method

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.
return OxyPlot

ToCode() public method

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

ToString() public method

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