OxyPlot.Series.ScatterPoint.ScatterPoint C# (CSharp) Méthode

ScatterPoint() public méthode

Initializes a new instance of the ScatterPoint class.
public ScatterPoint ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis
        public ScatterPoint()
        {
            this.Size = double.NaN;
            this.Value = double.NaN;
        }

Same methods

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