Table of Contents

Enum IntensitySeriesCursorData

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

IntensitySeries DataCursor ResultTable data visibility flags.

[Flags]
public enum IntensitySeriesCursorData

Fields

Color = 8

Show color.

Default = X | Y | Value | Color

Show X, Y, Value and Color.

None = 0

Show nothing.

Value = 4

Show value.

X = 1

Show X value.

Y = 2

Show Y value.