Click or drag to resize

AnnotationStyle Enumeration

LightningChart .NET Help
Annotation style.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum AnnotationStyle
Members
Member nameValueDescription
Rectangle0 Rectangle.
RectangleArrow1 Rectangle with arrow.
RoundedRectangle2 Rounded rectangle.
RoundedRectangleArrow3 Rounded rectangle with arrow.
Arrow4 Arrow.
Callout5 Call-out, rectangle.
RoundedCallout6 Call-out, rounded rectangle.
Ellipse7 Ellipse.
EllipseArrow8 Ellipse with arrow.
Triangle9 Triangle.
TriangleArrow10 Triangle with arrow.
See Also