Skip to main content

ChartPoint Class

NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Controls

An x/y pixel coordinate used by the chart.

public class ChartPoint

Constructors

ChartPoint()

public ChartPoint()

Creates a point at the origin.

ChartPoint(int ax, int ay)

public ChartPoint(int ax, int ay)

Creates a point at the given coordinates.

Properties

X

public int X { get; set; }

The X coordinate in pixels.

Y

public int Y { get; set; }

The Y coordinate in pixels.