AnnotationStyle Enumeration |
LightningChart .NET Help
Annotation style.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AnnotationStyle
Public Enumeration AnnotationStyle
public enum class AnnotationStyle
Members|
| Member name | Value | Description |
|---|
| Rectangle | 0 |
Rectangle.
|
| RectangleArrow | 1 |
Rectangle with arrow.
|
| RoundedRectangle | 2 |
Rounded rectangle.
|
| RoundedRectangleArrow | 3 |
Rounded rectangle with arrow.
|
| Arrow | 4 |
Arrow.
|
| Callout | 5 |
Call-out, rectangle.
|
| RoundedCallout | 6 |
Call-out, rounded rectangle.
|
| Ellipse | 7 |
Ellipse.
|
| EllipseArrow | 8 |
Ellipse with arrow.
|
| Triangle | 9 |
Triangle.
|
| TriangleArrow | 10 |
Triangle with arrow.
|
See Also