Click or drag to resize

GridLineSource Enumeration

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

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[FlagsAttribute]
public enum GridLineSource
Members
Member nameValueDescription
Custom1 Custom items are rendered.
Normal2 Normal items are rendered.
Both3 Rendering both custom and normal items.
See Also