SeriesLayoutPropertiesMapChartRegionType Property |
Gets and sets the region type of the map.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic MapChartRegionType MapChartRegionType { get; set; }
Public Property MapChartRegionType As MapChartRegionType
Get
Set
public:
property MapChartRegionType MapChartRegionType {
MapChartRegionType get ();
void set (MapChartRegionType value);
}
member MapChartRegionType : MapChartRegionType with get, set
Property Value
Type:
MapChartRegionType
See Also