BandOverBorderStatus Enumeration |
LightningChart .NET Help
User interactive device over border status.
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum OverBorderStatus
Public Enumeration OverBorderStatus
public enum class OverBorderStatus
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No edge.
|
| Right | 1 |
Right.
|
| Top | 2 |
Top.
|
| Left | 3 |
Left.
|
| Bottom | 4 |
Bottom.
|
See Also