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:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public event LightningChartDPIChangedHandler OnDPIChanged

Value

Type: Arction.Wpf.ChartingLightningChartDPIChangedHandler
See Also