Table of Contents

Class RoundSeriesTitle

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

Round series title.

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

Constructors

RoundSeriesTitle()

Constructor, for serialization purposes

public RoundSeriesTitle()

RoundSeriesTitle(IChartNode)

Constructor.

public RoundSeriesTitle(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Offset

Offset

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

Methods

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.