Class LegendBoxItemTitle
- Namespace
- LightningChartLib.WinForms.Charting.Titles
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
LegendBox item title.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBoxItemTitle : ChartNode, IChartNode, IDisposable
- Inheritance
-
LegendBoxItemTitle
- Implements
- Inherited Members
Constructors
LegendBoxItemTitle()
Constructor.
public LegendBoxItemTitle()
LegendBoxItemTitle(IChartNode)
Constructor.
public LegendBoxItemTitle(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Color
Color
public Color Color { get; set; }
Property Value
Font
Title font
public Font Font { get; set; }
Property Value
Text
Title text
public string Text { get; set; }
Property Value
Methods
Construct()
Create members.
protected virtual void Construct()
CreateFont()
Create font.
protected virtual void CreateFont()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.