Table of Contents

Class LabelStyleProperties

Namespace
ScottPlot
Assembly
ScottPlot.dll

Classes with a LabelStyle can inherit this to include shortcuts to its most commonly used properties.

public abstract class LabelStyleProperties
Inheritance
LabelStyleProperties
Derived
Inherited Members
Extension Methods

Properties

LabelAlignment

public Alignment LabelAlignment { get; set; }

Property Value

Alignment

LabelBackgroundColor

public Color LabelBackgroundColor { get; set; }

Property Value

Color

LabelBold

public bool LabelBold { get; set; }

Property Value

bool

LabelBorderColor

public Color LabelBorderColor { get; set; }

Property Value

Color

LabelBorderRadius

public float LabelBorderRadius { get; set; }

Property Value

float

LabelBorderRadiusX

public float LabelBorderRadiusX { get; set; }

Property Value

float

LabelBorderRadiusY

public float LabelBorderRadiusY { get; set; }

Property Value

float

LabelBorderWidth

public float LabelBorderWidth { get; set; }

Property Value

float

LabelFontColor

public Color LabelFontColor { get; set; }

Property Value

Color

LabelFontName

public string LabelFontName { get; set; }

Property Value

string

LabelFontSize

public float LabelFontSize { get; set; }

Property Value

float

LabelItalic

public bool LabelItalic { get; set; }

Property Value

bool

LabelLastRenderPixelRect

public PixelRect LabelLastRenderPixelRect { get; }

Property Value

PixelRect

LabelLineSpacing

public float? LabelLineSpacing { get; set; }

Property Value

float?

LabelOffsetX

public float LabelOffsetX { get; set; }

Property Value

float

LabelOffsetY

public float LabelOffsetY { get; set; }

Property Value

float

LabelPadding

public float LabelPadding { set; }

Property Value

float

LabelPixelPadding

public PixelPadding LabelPixelPadding { get; set; }

Property Value

PixelPadding

LabelRotation

public float LabelRotation { get; set; }

Property Value

float

LabelShadowColor

public Color LabelShadowColor { get; set; }

Property Value

Color

LabelShadowOffset

public PixelOffset LabelShadowOffset { get; set; }

Property Value

PixelOffset

LabelStyle

public abstract LabelStyle LabelStyle { get; set; }

Property Value

LabelStyle

LabelText

public string LabelText { get; set; }

Property Value

string