Click or drag to resize

LightningChartIsPixelAlignmentOK Method

LightningChart .NET Help
Check pixel alignment. This is quite costly operation. It's faster just to update the value.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool IsPixelAlignmentOK()

Return Value

Type: Boolean
True if the pixel alignment would not be changed if UpdatePixelAlignment would be called.
See Also