[]
BeforeRenderMapAreasEventArgs is used by BeforeRenderMapAreasHandler which is raised before the chart control is going to render the map area HTML.
public class BeforeRenderMapAreasEventArgs : EventArgs
Public Class BeforeRenderMapAreasEventArgs
Inherits EventArgs
Application developer can use the event to cutomize the map areas.
| Name | Description |
|---|---|
| BeforeRenderMapAreasEventArgs(MapAreaCollection) | RenderMapAreasEventArgs constructor. |
| Name | Description |
|---|---|
| MapAreas | Gets or sets the collection contains MapArea definitions. |