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