[]
        
(Showing Draft Content)

FarPoint.Web.Chart.MapArea

MapArea Class

Defines a region in an image map of the FpChart control.

Inheritance
MapArea
Namespace: FarPoint.Web.Chart
Assembly: FarPoint.Web.Chart.dll
Syntax
public class MapArea : HotSpot, IStateManager, IAttributeAccessor, IChartMapArea
Public Class MapArea
    Inherits HotSpot
    Implements IStateManager, IAttributeAccessor, IChartMapArea

Constructors

Name Description
MapArea(AreaShape)

Initializes a new instance of the MapArea class.

Properties

Name Description
Attributes

Gets the attributes of an area.

Coordinates

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

MapAreaInfo

Gets or sets the string value that indicates a MapAreaInfo object.

MarkupName

Gets the markup name of an area.

Name

Gets or sets the name of an area.

Shape

Gets or sets the shape type of an area.

TabIndex

Gets or sets the tab index of an area.

ToolTip

Gets or sets the ToolTip of an area.

Methods

Name Description
GetCoordinates()

Gets the coordinates of an area.

GetNavigateUrl()

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

GetPostBackValue()

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

GetToolTip()

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

LoadViewState(object)

Restores view state information that was saved by SaveViewState.

SaveViewState()

Saves view state changes that have occurred since the time the page was posted back to the server.

TrackViewState()

Causes the tracking of view state changes to the server control.