Click or drag to resize

MapRenderIntensitySeriesBeforeLayerIndex Property

LightningChart .NET Help
Gets or sets layer index before intensity series will be drawn. Use -1 to draw intensity series after all map layers. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(-1)]
public int RenderIntensitySeriesBeforeLayerIndex { get; set; }

Property Value

Type: Int32
See Also