GridLineSource Enumeration |
LightningChart .NET Help
Selector between custom and normal gridline / ticks rendering.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[FlagsAttribute]
public enum GridLineSource
<FlagsAttribute>
Public Enumeration GridLineSource
[FlagsAttribute]
public enum class GridLineSource
Members|
| Member name | Value | Description |
|---|
| Both | 3 |
Rendering both custom and normal items.
|
| Custom | 1 |
Custom items are rendered.
|
| Normal | 2 |
Normal items are rendered.
|
See Also