Table of Contents

Enum Alignment

Namespace
ScottPlot
Assembly
ScottPlot.dll

Represents the location of a point relative to a rectangle. UpperLeft means the point is at the top left of the rectangle.

public enum Alignment
Extension Methods

Fields

LowerCenter = 7
LowerLeft = 6
LowerRight = 8
MiddleCenter = 4
MiddleLeft = 3
MiddleRight = 5
UpperCenter = 1
UpperLeft = 0
UpperRight = 2