ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.TriangularAxisCornerLabel Class Reference

Represents a label at a corner of the triangular plot triangle and includes styling information. More...

Public Member Functions

 TriangularAxisCornerLabel (Coordinates position, string labelText)
 

Properties

Coordinates Position [get, set]
 
LabelStyle LabelStyle [get]
 
string? LabelText = null [get, set]
 

Detailed Description

Represents a label at a corner of the triangular plot triangle and includes styling information.

Constructor & Destructor Documentation

◆ TriangularAxisCornerLabel()

ScottPlot.TriangularAxisCornerLabel.TriangularAxisCornerLabel ( Coordinates  position,
string  labelText 
)
inline

Property Documentation

◆ LabelStyle

LabelStyle ScottPlot.TriangularAxisCornerLabel.LabelStyle
get
Initial value:
= new()
{
Alignment = Alignment.MiddleCenter,
}
Alignment
Represents the location of a point relative to a rectangle. UpperLeft means the point is at the top l...
Definition Alignment.cs:8

◆ LabelText

string? ScottPlot.TriangularAxisCornerLabel.LabelText = null
getset

◆ Position

Coordinates ScottPlot.TriangularAxisCornerLabel.Position
getset

The documentation for this class was generated from the following file: