Table of Contents

Class TriangularAxisEdge

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

Constructors

TriangularAxisEdge(CoordinateLine)

public TriangularAxisEdge(CoordinateLine line)

Parameters

line CoordinateLine

Fields

AxisLimits

public static readonly AxisLimits AxisLimits

Field Value

AxisLimits

MaxY

public static readonly double MaxY

Field Value

double

Properties

EdgeLineStyle

public LineStyle EdgeLineStyle { get; set; }

Property Value

LineStyle

End

public Coordinates End { get; }

Property Value

Coordinates

LabelStyle

public LabelStyle LabelStyle { get; set; }

Property Value

LabelStyle

LabelText

public string LabelText { get; set; }

Property Value

string

Line

public CoordinateLine Line { get; }

Property Value

CoordinateLine

Start

public Coordinates Start { get; }

Property Value

Coordinates

TickLabelStyle

public LabelStyle TickLabelStyle { get; set; }

Property Value

LabelStyle

TickMarkStyle

public TickMarkStyle TickMarkStyle { get; set; }

Property Value

TickMarkStyle

TickOffset

public PixelOffset TickOffset { get; set; }

Property Value

PixelOffset

Ticks

public List<(Coordinates Point, string Label)> Ticks { get; }

Property Value

List<(Coordinates Point, string Label)>

Methods

Bottom(bool)

public static TriangularAxisEdge Bottom(bool clockwise = true)

Parameters

clockwise bool

Returns

TriangularAxisEdge

Color(Color)

public void Color(Color color)

Parameters

color Color

GetCoordinates(double)

Return the point along this axis a given fraction between 0 and 1

public Coordinates GetCoordinates(double fraction)

Parameters

fraction double

Returns

Coordinates

Left(bool)

public static TriangularAxisEdge Left(bool clockwise = true)

Parameters

clockwise bool

Returns

TriangularAxisEdge

Right(bool)

public static TriangularAxisEdge Right(bool clockwise = true)

Parameters

clockwise bool

Returns

TriangularAxisEdge

Title(string)

public void Title(string title)

Parameters

title string

Title(string, Color)

public void Title(string title, Color color)

Parameters

title string
color Color