API Reference
Class
ChartAnnotation
Represents a static line or band annotation on a chart.
Inheritance
- Object
- ChartAnnotation
Constructors
ChartAnnotation(ChartForgeX.Core.ChartAnnotationKind kind, System.Double value, System.Nullable{System.Double} endValue, System.String label, ChartForgeX.Primitives.ChartColor color, System.Double opacity) #Initializes a new instance of the ChartAnnotation class.
Parameters
- kind ChartForgeX.Core.ChartAnnotationKind
- The annotation kind.
- value System.Double
- The first annotation value.
- endValue System.Nullable{System.Double}
- The second annotation value for bands.
- label System.String
- The annotation label.
- color ChartForgeX.Primitives.ChartColor
- The annotation color.
- opacity System.Double
- The annotation opacity used for band fills.