Click or drag to resize
ActiveRegion Class
Represents the active region of the chart element/item.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelActiveRegion

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ActiveRegion : StateManagerBase

The ActiveRegion type exposes the following members.

Constructors
  NameDescription
Public methodActiveRegion
Creates a new instance of the class.
Public methodActiveRegion(Object)
Creates a new instance of the class.
Top
Methods
  NameDescription
Public methodCheckPoint(PointF)
Checks whether point lies inside region
Public methodCheckPoint(PointF, Boolean)
Checks whether point lies inside region
Public methodGoToUrl
Opens a web browser to the specified URL
Public methodIsEmpty
Returns true if ActiveRegion contains no data
Top
Properties
  NameDescription
Public propertyAttributes
Attributes
Public propertyParent
Reference to the parent.
Public propertyRegion
Define a graphic path
Public propertyTooltip
Tooltip
Public propertyUrl
URL
Top
Events
  NameDescription
Public eventClick
Fires when the chart element to which the active region belongs is clicked.
Top
See Also