Click or drag to resize

GridLineSource Enumeration

LightningChart .NET Help
Selector between custom and normal gridline / ticks rendering.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[FlagsAttribute]
public enum GridLineSource
Members
  Member nameValueDescription
Both3 Rendering both custom and normal items.
Custom1 Custom items are rendered.
Normal2 Normal items are rendered.
See Also