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
MaxY
public static readonly double MaxY
Field Value
Properties
EdgeLineStyle
public LineStyle EdgeLineStyle { get; set; }
Property Value
End
public Coordinates End { get; }
Property Value
LabelStyle
public LabelStyle LabelStyle { get; set; }
Property Value
LabelText
public string LabelText { get; set; }
Property Value
Line
public CoordinateLine Line { get; }
Property Value
Start
public Coordinates Start { get; }
Property Value
TickLabelStyle
public LabelStyle TickLabelStyle { get; set; }
Property Value
TickMarkStyle
public TickMarkStyle TickMarkStyle { get; set; }
Property Value
TickOffset
public PixelOffset TickOffset { get; set; }
Property Value
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
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
Left(bool)
public static TriangularAxisEdge Left(bool clockwise = true)
Parameters
clockwise
bool
Returns
Right(bool)
public static TriangularAxisEdge Right(bool clockwise = true)
Parameters
clockwise
bool
Returns
Title(string)
public void Title(string title)
Parameters
title
string
Title(string, Color)
public void Title(string title, Color color)