Class ActiveRegion
Represents the active region of the chart element/item.
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ActiveRegion : StateManagedObject, IChartingStateManagedItem, IChartingStateManager, IDisposable
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
System.
|
Properties
Attributes
Attributes
Declaration
public string Attributes { get; set; }
Property Value
System.
|
Parent
Reference to the parent.
Declaration
public object Parent { get; set; }
Property Value
System.
|
Region
Define a graphic path
Declaration
public GraphicsPath Region { get; set; }
Property Value
System.
|
Tooltip
Tooltip
Declaration
public string Tooltip { get; set; }
Property Value
System.
|
Url
URL
Declaration
public string Url { get; set; }
Property Value
System.
|
Methods
CheckPoint(PointF)
Checks whether point lies inside region
Declaration
public bool CheckPoint(PointF point)
Parameters
System. The point. |
Returns
System.
|
CheckPoint(PointF, Boolean)
Checks whether point lies inside region
Declaration
public bool CheckPoint(PointF point, bool onclick)
Parameters
System. The point. |
System. if set to |
Returns
System.
|
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
System.
|
Events
Click
Fires when the chart element to which the active region belongs is clicked.
Declaration
public event RegionClickEventHandler Click