Table of Contents

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 | Normal

Rendering both custom and normal items.

Custom = 1

Custom items are rendered.

Normal = 2

Normal items are rendered.