Enum GridLineSource
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Selector between custom and normal gridline / ticks rendering.
[Flags]
public enum GridLineSource
Fields
Both = Custom | NormalRendering both custom and normal items.
Custom = 1Custom items are rendered.
Normal = 2Normal items are rendered.