ClassActiveRegion
Class
Represents the active region of the chart element/item.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ActiveRegion : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectActiveRegion
Implements:
Inherited Members
Constructors
ActiveRegion()
Creates a new instance of the class.
Declaration
cs-api-definition
public ActiveRegion()
ActiveRegion(object)
Creates a new instance of the class.
Properties
Attributes
Attributes
Parent
Reference to the parent.
Declaration
cs-api-definition
[Browsable(false)]
public object Parent { get; set; }
Property Value
Region
Define a graphic path
Declaration
cs-api-definition
[Browsable(false)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphicsPath Region { get; set; }
Property Value
Tooltip
Tooltip
Methods
CheckPoint(PointF)
Checks whether point lies inside region
CheckPoint(PointF, bool)
Checks whether point lies inside region
GoToUrl()
Opens a web browser to the specified URL
Declaration
cs-api-definition
public void GoToUrl()
Events
Click
Fires when the chart element to which the active region belongs is clicked.
Declaration
cs-api-definition
public event RegionClickEventHandler Click
Event Value