Annotation Constructor ()

.NET Framework (current version)
 

Initializes a new instance of the Annotation class. This is the default constructor and should not be used.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

new : unit -> Annotation

Annotation is an abstract class and cannot be created directly. To create a new annotation object, use constructors of classes such as LineAnnotation or RectangleAnnotation.

.NET Framework
Available since 4.0
Return to top
Show: