LightningChartDPIChangedHandler Delegate |
Namespace: Arction.Wpf.Charting
public delegate void DPIChangedHandler( LightningChart chart, float dpix, float dpiy, ref bool allowWindowResize )
Public Delegate Sub DPIChangedHandler ( chart As LightningChart, dpix As Single, dpiy As Single, ByRef allowWindowResize As Boolean )
public delegate void DPIChangedHandler( LightningChart^ chart, float dpix, float dpiy, bool% allowWindowResize )
You should set this to true, if you choose not to react the WM_DPICHANGED event on application side. If set to true, LightningChart will mark the event as handled, and touch window size / position.
The default value is false.