Class TriangularAxisCornerLabel
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Represents a label at a corner of the triangular plot triangle and includes styling information.
public class TriangularAxisCornerLabel
- Inheritance
-
TriangularAxisCornerLabel
- Inherited Members
- Extension Methods
Constructors
TriangularAxisCornerLabel(Coordinates, string)
public TriangularAxisCornerLabel(Coordinates position, string labelText)
Parameters
position
CoordinateslabelText
string
Properties
LabelStyle
public LabelStyle LabelStyle { get; }
Property Value
LabelText
public string? LabelText { get; set; }
Property Value
Position
public Coordinates Position { get; set; }