Click or drag to resize

MiniScalePreferredSize Property

LightningChart .NET Help
Gets or sets preferred size. This is a dependency property. The control tries to adjust its size near to this, while displaying user friendly dimension values.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SizeDoubleXY PreferredSize { get; set; }

Property Value

Type: SizeDoubleXY
See Also