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
Syntaxpublic bool IsPixelAlignmentOK()
Public Function IsPixelAlignmentOK As Boolean
public:
bool IsPixelAlignmentOK()
Return Value
Type:
BooleanTrue if the pixel alignment would not be changed if UpdatePixelAlignment would be called.
See Also