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 class GdxAnnotationRect : GdxAnnotationBase
Visual Basic
Public Class GdxAnnotationRect _
	Inherits GdxAnnotationBase
JScript
public class GdxAnnotationRect extends GdxAnnotationBase

Inheritance Hierarchy

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

See Also