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 = 4Area.
[Display(ResourceType = typeof(LocalizedStrings), Name = "HorLine")] HorizontalLineAnnotation = 5Horizontal line.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Line2")] LineAnnotation = 1Line.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Pointer")] LineArrowAnnotation = 2Pointer.
[Display(ResourceType = typeof(LocalizedStrings), Name = "None")] None = 0None.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Ruler")] RulerAnnotation = 7Ruler.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Text")] TextAnnotation = 3Text.
[Display(ResourceType = typeof(LocalizedStrings), Name = "VerLine")] VerticalLineAnnotation = 6Vertical line.