Table of Contents

Enum BarsTitleVerticalAlign

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Bar labels vertical alignment.

public enum BarsTitleVerticalAlign

Fields

BarBottom = 2

Align to bottom of the bar.

BarCenter = 1

Align to bar center.

BarTop = 0

Align to bar top.

StackSegmentBottom = 4

Align to stack segment bottom (if multiple Y-axis segments are used, or graph bottom if not).

StackSegmentTop = 3

Align to stack segment top (if multiple Y-axis segments are used, or graph top if not).