Defines a square area that is drawn over the chart control. It's usually used to highlight important elements of the chart

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class GdxAnnotationBase
Visual Basic
Public MustInherit Class GdxAnnotationBase
JScript
public abstract class GdxAnnotationBase

Inheritance Hierarchy

System..::..Object
  Ico.Gdx..::..GdxAnnotationBase
    Ico.Gdx..::..GdxAnnotationLabel
    Ico.Gdx..::..GdxAnnotationLine
    Ico.Gdx..::..GdxAnnotationRect

See Also