Click or drag to resize

LightningChartOnDPIChanged Event

LightningChart .NET Help
Event for DPI change.

Subscribe to this event to receive information of changes on the DPI and to enable automatic LightningChart resizing / repositioning application window on DPI changes. See LightningChartDPIChangedHandler for more information.


Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public event LightningChartDPIChangedHandler OnDPIChanged

Value

LightningChartDPIChangedHandler
See Also