ActiveReports Developer 7
Annotation Class
Members  See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace : Annotation Class

Glossary Item Box

Represents the base class for all of the annotation classes.

Object Model

Annotation Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Annotation 
   Inherits GrapeCity.ActiveReports.Chart.MouseEnabledComponent
C# 
public abstract class Annotation : GrapeCity.ActiveReports.Chart.MouseEnabledComponent 

Inheritance Hierarchy

System.Object
               GrapeCity.ActiveReports.Chart.Annotations.Annotation
                  GrapeCity.ActiveReports.Chart.Annotations.AnnotationLine
                  GrapeCity.ActiveReports.Chart.Annotations.AnnotationTextBar

See Also