ChartOptionsAllowDPIChangeInduceWindowResize Property |
LightningChart .NET Help
Boolean to check if automatic LightningChart resizing / repositioning is allowed when
application window DPI changes.
Default value is false.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(false)]
public bool AllowDPIChangeInduceWindowResize { get; set; }<DefaultValueAttribute(false)>
Public Property AllowDPIChangeInduceWindowResize As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool AllowDPIChangeInduceWindowResize {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also