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
ownerIChartNodeparam 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
HorizontalAlign
Horizontal alignment within X axis
public PolygonTitleAlignmentHorizontal HorizontalAlign { get; set; }
Property Value
LimitInsideGraphMargins
If set, limits text inside graph margins area
public bool LimitInsideGraphMargins { get; set; }
Property Value
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
Offset
Title offset of its aligned position
public PointIntXY Offset { get; set; }
Property Value
VerticalAlign
Vertical alignment within Y axis
public PolygonTitleAlignmentVertical VerticalAlign { get; set; }
Property Value
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
disposingbooltrue 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
contextStreamingContextContext