Click or drag to resize

AxisLayoutYAxisTitleAutoPlacement Property

LightningChart .NET Help
Place Y-axis title automatically. If enabled overwrites Y-axis' Title and Units two properties: HorizontalAlign and DistanceToAxis.

Namespace:  Arction.Wpf.Charting.Views.ViewXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool YAxisTitleAutoPlacement { get; set; }

Property Value

Type: Boolean
See Also