AutoYFitTargetAllYAxes Property |
LightningChart .NET Help
If this is set, auto Y fit is done for all Y axes.
If this is not set, auto Y fit targets only Y axes having AllowAutoYFit true.
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 TargetAllYAxes { get; set; }<DefaultValueAttribute(true)>
Public Property TargetAllYAxes As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool TargetAllYAxes {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also