Enum ChartAnnotationTypes
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The annotations types.
public enum ChartAnnotationTypes
- Extension Methods
Fields
[Display(ResourceType = typeof(LocalizedStrings), Name = "Area")] BoxAnnotation = 4
Area.
[Display(ResourceType = typeof(LocalizedStrings), Name = "HorLine")] HorizontalLineAnnotation = 5
Horizontal line.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Line2")] LineAnnotation = 1
Line.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Pointer")] LineArrowAnnotation = 2
Pointer.
[Display(ResourceType = typeof(LocalizedStrings), Name = "None")] None = 0
None.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Ruler")] RulerAnnotation = 7
Ruler.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Text")] TextAnnotation = 3
Text.
[Display(ResourceType = typeof(LocalizedStrings), Name = "VerLine")] VerticalLineAnnotation = 6
Vertical line.