ActiveRegion
Class
Represents the active region of the chart element/item.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.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.
C#
public ActiveRegion(object parent)
Properties
Attributes
string
Attributes
C#
public string Attributes { get; set; }
Parent
object
Reference to the parent.
C#
[Browsable(false)]
public object Parent { get; set; }
Region
GraphicsPath
Define a graphic path
C#
[Browsable(false)]
[TypeConverter(typeof(ExpandableObjectConverter))]
public GraphicsPath Region { get; set; }
Tooltip
string
Tooltip
C#
public string Tooltip { get; set; }
Url
string
URL
C#
public string Url { get; set; }
Methods
Checks whether point lies inside region
C#
public bool CheckPoint(PointF point, bool onclick)
The point.
onclickboolif set to true [onclick].
bool
Checks whether point lies inside region
C#
public bool CheckPoint(PointF point)
The point.
Returns:bool
Opens a web browser to the specified URL
C#
public void GoToUrl()
IsEmpty()
bool
Returns true if ActiveRegion contains no data
C#
public bool IsEmpty()
bool
Events
Fires when the chart element to which the active region belongs is clicked.
C#
public event RegionClickEventHandler Click