Class OverlayLabel
- Namespace
- LightningChartLib.WinForms.Charting.OverlayElements
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Overlay label shows text with background and border.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class OverlayLabel : OverlayElement, IChartNode, IDisposable
- Inheritance
-
OverlayLabel
- Implements
- Inherited Members
Constructors
OverlayLabel()
Constructor for form editor list editor.
public OverlayLabel()
OverlayLabel(IChartNode)
Constructor.
public OverlayLabel(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Text
Text.
public string Text { get; set; }
Property Value
TextStyle
Text style.
public OverlayElementTextStyle TextStyle { get; set; }
Property Value
Methods
Construct()
Constructor
protected override void Construct()
Dispose(bool)
Dispose
protected override void Dispose(bool disposing)
Parameters
disposingboolLightningChartLib.WinForms.Charting.OverlayElements.OverlayLabel