ChartEllipseAnnotation Class
Represents an ellipse annotation.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartEllipseAnnotation _
Inherits ChartAnnotation
'Usage
Dim instance As ChartEllipseAnnotation
public class ChartEllipseAnnotation : ChartAnnotation
public ref class ChartEllipseAnnotation : public ChartAnnotation
type ChartEllipseAnnotation =
class
inherit ChartAnnotation
end
public class ChartEllipseAnnotation extends ChartAnnotation
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ChartAnnotation
Microsoft.ReportingServices.RdlObjectModel.ChartEllipseAnnotation
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.