Click or drag to resize

AxisTitleAlignment3D Enumeration

LightningChart .NET Help
3D axis title alignment.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum AxisTitleAlignment3D
Members
  Member nameValueDescription
InsideCenter0 The axis title is inside the 3D chart area, centered.
InsideBeginning1 The axis title is inside the 3D chart area, in the beginning of axis.
InsideEnd2 The axis title is inside the 3D chart area, in the end of axis.
OutsideCenter3 The axis title is outside the 3D chart area, centered.
OutsideBeginning4 The axis title is outside the 3D chart area, in the beginning of axis.
OutsideEnd5 The axis title is outside the 3D chart area, in the end of axis.
See Also