Represents types of Annotation that are drawn.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public enum AnnotationType |
Visual Basic
Copy Code
|
|---|
Public Enum AnnotationType |
Members| Member name | Description | |
|---|---|---|
![]() |
Empty |
No annotation mark is drawn. |
![]() |
Point |
The annotation mark is a point. |
![]() |
Stick |
The annotation mark is a stick. |
See Also