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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return this.x + " " + this.y;
        }
    }