Table of Contents

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

owner IChartNode

Parent.

Properties

Color

Color

public Color Color { get; set; }

Property Value

Color

Font

Title font

public Font Font { get; set; }

Property Value

Font

Text

Title text

public string Text { get; set; }

Property Value

string

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

disposing bool

true if managed resources should be disposed, otherwise false.