MiniScalePreferredSize Property |
LightningChart .NET Help
Preferred size. The control tries to adjust its size near to this, while displaying user friendly dimension values.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SizeDoubleXY PreferredSize { get; set; }Public Property PreferredSize As SizeDoubleXY
Get
Set
public:
property SizeDoubleXY^ PreferredSize {
SizeDoubleXY^ get ();
void set (SizeDoubleXY^ value);
}Property Value
Type:
SizeDoubleXY
See Also