Click or drag to resize

AutoLabelLocatorCheckSeriesDataOverlapping Property

LightningChart .NET Help
Gets or sets if enable checking of label overlap with series data. Disabling this increases performance, but decreases quality. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool CheckSeriesDataOverlapping { get; set; }

Property Value

Type: Boolean
See Also