Enum IntensitySeriesCursorData
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
IntensitySeries DataCursor ResultTable data visibility flags.
[Flags]
public enum IntensitySeriesCursorData
Fields
Color = 8Show color.
Default = X | Y | Value | ColorShow X, Y, Value and Color.
None = 0Show nothing.
Value = 4Show value.
X = 1Show X value.
Y = 2Show Y value.