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.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic event LightningChartDPIChangedHandler OnDPIChanged
Public Event OnDPIChanged As LightningChartDPIChangedHandler
public:
event LightningChartDPIChangedHandler^ OnDPIChanged {
void add (LightningChartDPIChangedHandler^ value);
void remove (LightningChartDPIChangedHandler^ value);
}Value
Type:
Arction.Wpf.ChartingMVVMLightningChartDPIChangedHandler
See Also