Chart.MapAreas 属性

定义

获取一个 MapAreasCollection 对象,该对象存储图表的映射区。

public:
 property System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ MapAreas { System::Web::UI::DataVisualization::Charting::MapAreasCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.MapAreasCollection MapAreas { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.MapAreas : System.Web.UI.DataVisualization.Charting.MapAreasCollection
Public ReadOnly Property MapAreas As MapAreasCollection

属性值

一个 MapAreasCollection 对象,该对象存储图表的映射区。

属性

注解

在设计时或运行时使用此属性将自定义地图区域添加到图表。 与与图表元素对应的地图区域不同,自定义地图区域具有用户定义的形状和坐标。

若要将图表用作图像映射, IsMapEnabled 必须将根 Chart 的 属性设置为 true,这是默认值。

如果将图表呈现为二进制流,则必须使用特殊技术来实现客户端图像映射。

适用于