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
LabelBackgroundColor
public Color LabelBackgroundColor { get; set; }
Property Value
LabelBold
public bool LabelBold { get; set; }
Property Value
LabelBorderColor
public Color LabelBorderColor { get; set; }
Property Value
LabelBorderRadius
public float LabelBorderRadius { get; set; }
Property Value
LabelBorderRadiusX
public float LabelBorderRadiusX { get; set; }
Property Value
LabelBorderRadiusY
public float LabelBorderRadiusY { get; set; }
Property Value
LabelBorderWidth
public float LabelBorderWidth { get; set; }
Property Value
LabelFontColor
public Color LabelFontColor { get; set; }
Property Value
LabelFontName
public string LabelFontName { get; set; }
Property Value
LabelFontSize
public float LabelFontSize { get; set; }
Property Value
LabelItalic
public bool LabelItalic { get; set; }
Property Value
LabelLastRenderPixelRect
public PixelRect LabelLastRenderPixelRect { get; }
Property Value
LabelLineSpacing
public float? LabelLineSpacing { get; set; }
Property Value
LabelOffsetX
public float LabelOffsetX { get; set; }
Property Value
LabelOffsetY
public float LabelOffsetY { get; set; }
Property Value
LabelPadding
public float LabelPadding { set; }
Property Value
LabelPixelPadding
public PixelPadding LabelPixelPadding { get; set; }
Property Value
LabelRotation
public float LabelRotation { get; set; }
Property Value
LabelShadowColor
public Color LabelShadowColor { get; set; }
Property Value
LabelShadowOffset
public PixelOffset LabelShadowOffset { get; set; }
Property Value
LabelStyle
public abstract LabelStyle LabelStyle { get; set; }
Property Value
LabelText
public string LabelText { get; set; }