Table of Contents

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 Coordinates
labelText string

Properties

LabelStyle

public LabelStyle LabelStyle { get; }

Property Value

LabelStyle

LabelText

public string? LabelText { get; set; }

Property Value

string

Position

public Coordinates Position { get; set; }

Property Value

Coordinates