Table of Contents

Class MutableCoordinateLine

Namespace
ScottPlot
Assembly
ScottPlot.dll
public class MutableCoordinateLine
Inheritance
MutableCoordinateLine
Inherited Members
Extension Methods

Properties

AxisLimits

public AxisLimits AxisLimits { get; }

Property Value

AxisLimits

CoordinateLine

public CoordinateLine CoordinateLine { get; }

Property Value

CoordinateLine

Point1

public Coordinates Point1 { get; set; }

Property Value

Coordinates

Point2

public Coordinates Point2 { get; set; }

Property Value

Coordinates

X1

public double X1 { get; set; }

Property Value

double

X2

public double X2 { get; set; }

Property Value

double

XMax

public double XMax { get; }

Property Value

double

XMin

public double XMin { get; }

Property Value

double

Y1

public double Y1 { get; set; }

Property Value

double

Y2

public double Y2 { get; set; }

Property Value

double

YMax

public double YMax { get; }

Property Value

double

YMin

public double YMin { get; }

Property Value

double

Methods

Update(CoordinateLine)

public void Update(CoordinateLine line)

Parameters

line CoordinateLine