Table of Contents

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

owner IChartNode
param 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

int

HorizAlign

Horizontal alignment

public BarsTitleHorizontalAlign HorizAlign { get; set; }

Property Value

BarsTitleHorizontalAlign

Offset

Label shift from it's align origin

public PointIntXY Offset { get; set; }

Property Value

PointIntXY

Outside

Set true if you want to draw text outside the bar / graph segment

public bool Outside { get; set; }

Property Value

bool

Text

Title text

[Browsable(false)]
public string Text { get; }

Property Value

string

VerticalAlign

Vertical alignment

public BarsTitleVerticalAlign VerticalAlign { get; set; }

Property Value

BarsTitleVerticalAlign

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

disposing bool

true if managed resources should be disposed, otherwise false.