Table of Contents

Class PolarSectorTitle

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

Polar sector title.

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

Constructors

PolarSectorTitle()

Constructor, for serialization purposes.

public PolarSectorTitle()

PolarSectorTitle(IChartNode)

Constructor.

public PolarSectorTitle(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Offset

Offset

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

RadialOffsetPercentage

Radial offset of title as percentage. 0 = axis begin, 100 = axis end.

public int RadialOffsetPercentage { get; set; }

Property Value

int

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.