Skip to main content

Struct LineSeriesPoint

A single point on a LineSeriesCHart

Assembly: MicroLayout.dll
View Source
Declaration
public struct LineSeriesPoint

Properties

X

Gets or sets the point's X value

View Source
Declaration
public double X { readonly get; set; }

Y

Gets or sets the point's Y value

View Source
Declaration
public double Y { readonly get; set; }

Methods

ToString()

Returns the fully qualified type name of this instance.

View Source
Declaration
public override string ToString()
Returns

System.String: The fully qualified type name.