Click or drag to resize

YAxisTitleAlignmentVertical Enumeration

LightningChart .NET Help
Vertical alignment of Y-axis title.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum YAxisTitleAlignmentVertical
Members
  Member nameValueDescription
Top3 Align top.
Center2 Align center.
Bottom1 Align bottom.
ToValue4 Center to axis value.
See Also