Click or drag to resize

AutoYFitTargetAllYAxes Property

LightningChart .NET Help
Gets or sets if auto Y fit is done for all Y axes. This is a dependency property. If this is not set, auto Y fit targets only Y axes having AllowAutoYFit true.

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

Property Value

Type: Boolean
See Also