Struct CoordinateOffset
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public readonly struct CoordinateOffset
- Inherited Members
- Extension Methods
Constructors
CoordinateOffset(double, double)
public CoordinateOffset(double x, double y)
Parameters
Properties
X
public double X { get; }
Property Value
Y
public double Y { get; }