ZoomCharts Documentation
ZoomCharts.Configuration.GeoChartSettingsData
Inheritance hierarchy
This type inherits from ItemsChartSettingsData. Through this type it also inherits members from BaseSettingsData.
Methods
Properties
Specifies the size of the grid that is included in the request.
The value will be passed to the data request together with the aggregation grid data.
Count of caching items including only links and nodes.
Parameters
Parameters
Parameters
Data loading format. Currently most charts only support JSON.
Data id used for series to reference specific data source.
Max number of parallel data requests to issue. More requests will result in faster loading, but might put heavy load on server.
If true, data source will use bounds to limit response, if false, assume all data is returned.
If true, separate data is requested at each drilldown level.
If true, separate data is requested at each zoom level.
Delegate that can be used to process data returned by the server for the HTTP request issued by the chart.
Parameters
The raw data received from the server.
Return value
The data object that will be further processed by the chart.
Provides the ability to embed chart data directly into the chart configuration.
This data can be complete or act as the initial data where the rest will be requested dynamically using
url
or dataFunction
.
Specifies the random layout method: grid, tree, uniform. The default is uniform.
Valid values:- grid
- tree
- uniform
Generates random data.
Generates random data. Specify a value larger than 0 to enable generating random data.
Max number of nodes to submit in a single request.
Timeout in milliseconds for data requests. This timeout only applies to HTTP requests issued by the chart directly.
URL that is used to load data
perBoundsData
had to be true
for the grid to be included.If true, the data request will include the coordinates for the aggregation grid.