ZoomPanOptionsAutoYFit Property |
LightningChart .NET Help
Gets or sets auto Y fit options. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AutoYFit AutoYFit { get; set; }Public Property AutoYFit As AutoYFit
Get
Set
public:
property AutoYFit^ AutoYFit {
AutoYFit^ get ();
void set (AutoYFit^ value);
}Property Value
Type:
AutoYFit
See Also