The GetAllRegions function returns an ArrayList of jChart.RegionArea objects describing the location
of all series values displayed on the chart. This function is helpful when constructing an imagemap
for use with charts that offer drill-down to other reports.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public ArrayList RegionList { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RegionList As ArrayList |
| Visual C++ |
|---|
public: property ArrayList^ RegionList { ArrayList^ get (); } |