ActiveRegion
Class
Represents the active region of the chart element/item.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ActiveRegion : StateManagedObject, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectActiveRegion
Implements:
Inherited Members
Constructors
Creates a new instance of the class.
C#
public ActiveRegion()
Creates a new instance of the class.
Properties
Attributes
C#
public string Attributes { get; set; }
Define a graphic path
C#
[Browsable(false)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphicsPath Region { get; set; }
Methods
Opens a web browser to the specified URL
C#
public void GoToUrl()
Events
Fires when the chart element to which the active region belongs is clicked.
C#
public event RegionClickEventHandler Click