Click or drag to resize

GridVisibilityOrder Enumeration

LightningChart .NET Help
Defines the grids position in relation to other elements in depth direction. In other words, used in defining in which order different objects are drawn.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum GridVisibilityOrder
Members
  Member nameValueDescription
BehindSeries0 Grid lines behind series.
FrontOfSeries1 Grid lines in front of series.
See Also