Struct LineSeriesPoint
A single point on a LineSeriesCHart
Assembly: MicroLayout.dll
View Source
public struct LineSeriesPoint
Properties
X
Gets or sets the point's X value
View Source
public double X { readonly get; set; }
Y
Gets or sets the point's Y value
View Source
public double Y { readonly get; set; }
Methods
ToString()
Returns the fully qualified type name of this instance.
View Source
public override string ToString()
Returns
System.String
: The fully qualified type name.