LightningChart .NET Help
Border types.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration BorderType
public enum class BorderType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No border.
|
| Inner | 1 |
Border is inside the object.
|
| Outer | 2 |
Border is outside the object.
|
See Also