[]
        
(Showing Draft Content)

FarPoint.Web.Chart.ChartMapArea

ChartMapArea Class

Defines a chart map area inside the FpChart control.

Inheritance
ChartMapArea
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class ChartMapArea : MapArea, IStateManager, IAttributeAccessor, IChartMapArea, IGroupMapAreaSupport, IComparable<MapArea>, IComparable
Public Class ChartMapArea
    Inherits MapArea
    Implements IStateManager, IAttributeAccessor, IChartMapArea, IGroupMapAreaSupport, IComparable(Of MapArea), IComparable

Constructors

Name Description
ChartMapArea(AreaShape)

Initializes a new instance of the ChartMapArea class.

Properties

Name Description
AccessKey

Gets or sets the access key that allows you to quickly navigate to the ChartMapArea region.

AlternateText

Gets or sets the alternate text to display for a ChartMapArea object in an FpChart control when the image is unavailable or renders to a browser that does not support images.

Coordinates

Gets or sets the string that indicates the coordinates of an area.

HotSpotMode

Gets or sets the behavior of a ChartMapArea object in an FpChart control when the ChartMapArea is clicked.

MapAreaInfo

Gets or sets the string value that indicates a MapAreaInfo.

Name

Gets or sets the name of an area.

Radius

Gets the float value that indicates the radius of the circle if the map area shape is a circle.

TabIndex

Gets or sets the tab index of an area.

Target

Gets or sets the target window or frame in which to display the Web page content that is linked to when a ChartMapArea object that navigates to a URL is clicked.

Methods

Name Description
GetNavigateUrl()

Gets or sets the URL to navigate to when a ChartMapArea object is clicked.

GetPostBackValue()

Gets or sets the name of the ChartMapArea object to pass in to the event data when the ChartMapArea is clicked.

GetToolTip()

Gets or sets the tooltip to display when a ChartMapArea object is hovered over.