Table of Contents

Class PolygonSeriesTitle

Namespace
LightningChartLib.WinForms.Charting.Titles
Assembly
LightningChart.WinForms.Charting.NET4.dll

Polygon series title class.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class PolygonSeriesTitle : BorderedFilledTitle, IChartNode, IDisposable, IHighlightingItem
Inheritance
PolygonSeriesTitle
Implements
Inherited Members

Constructors

PolygonSeriesTitle()

Constructor, for serialization purposes

public PolygonSeriesTitle()

PolygonSeriesTitle(IChartNode)

Constructor

public PolygonSeriesTitle(IChartNode owner)

Parameters

owner IChartNode
param owner M:LightningChartLib.WinForms.Charting.Titles.PolygonSeriesTitle.#ctor(LightningChartLib.WinForms.Charting.IChartNode)

Properties

AutoPlacement

Place title automatically on chart near the series data.

public bool AutoPlacement { get; set; }

Property Value

bool

HorizontalAlign

Horizontal alignment within X axis

public PolygonTitleAlignmentHorizontal HorizontalAlign { get; set; }

Property Value

PolygonTitleAlignmentHorizontal

LimitInsideGraphMargins

If set, limits text inside graph margins area

public bool LimitInsideGraphMargins { get; set; }

Property Value

bool

LockAutoPosition

Lock title position to current X and Y data values. Prevent automatic title placement routine from relocating the title.

public bool LockAutoPosition { get; set; }

Property Value

bool

Offset

Title offset of its aligned position

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

VerticalAlign

Vertical alignment within Y axis

public PolygonTitleAlignmentVertical VerticalAlign { get; set; }

Property Value

PolygonTitleAlignmentVertical

Methods

CreateFont()

Create font.

protected override void CreateFont()

CreateShadow()

Create shadow.

protected override void CreateShadow()

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.

OnDeserialized(StreamingContext)

OnDeserialized is called just after the object has been deserialized

[OnDeserialized]
protected void OnDeserialized(StreamingContext context)

Parameters

context StreamingContext

Context