Class BarLabelsStyle
- Namespace
- LightningChartLib.WinForms.Charting.Titles
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bar series bars title style
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BarLabelsStyle : BorderedFilledTitle, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
BarLabelsStyle
- Implements
- Inherited Members
Constructors
BarLabelsStyle()
Constructor, for serialization purposes
public BarLabelsStyle()
BarLabelsStyle(IChartNode)
Constructor
public BarLabelsStyle(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Titles.BarLabelsStyle.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
Distance
Label distance from bar edge
public int Distance { get; set; }
Property Value
HorizAlign
Horizontal alignment
public BarsTitleHorizontalAlign HorizAlign { get; set; }
Property Value
Offset
Label shift from it's align origin
public PointIntXY Offset { get; set; }
Property Value
Outside
Set true if you want to draw text outside the bar / graph segment
public bool Outside { get; set; }
Property Value
Text
Title text
[Browsable(false)]
public string Text { get; }
Property Value
VerticalAlign
Vertical alignment
public BarsTitleVerticalAlign 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.