ChartAnnotation Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Represents a chart annotation.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class ChartAnnotation _
    Inherits ReportObject
'Usage
Dim instance As ChartAnnotation
public abstract class ChartAnnotation : ReportObject
public ref class ChartAnnotation abstract : public ReportObject
[<AbstractClassAttribute>]
type ChartAnnotation =  
    class
        inherit ReportObject
    end
public abstract class ChartAnnotation extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartAnnotationGroup
        Microsoft.ReportingServices.RdlObjectModel.ChartBorder3DAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartCalloutAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartEllipseAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartImageAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartLineAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartPolygonAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartPolylineAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartRectangleAnnotation
        Microsoft.ReportingServices.RdlObjectModel.ChartTextAnnotation

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.