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
ownerIChartNodeParent.
Properties
Offset
Offset
public PointIntXY Offset { get; set; }
Property Value
RadialOffsetPercentage
Radial offset of title as percentage. 0 = axis begin, 100 = axis end.
public int RadialOffsetPercentage { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.