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
ownerIChartNodeParent.
Properties
Offset
Offset
public PointIntXY Offset { 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.