ZoomCharts Documentation
ZoomCharts.Configuration.NetChartSettingsData
Inheritance hierarchy
This type inherits from ItemsChartSettingsData. Through this type it also inherits members from BaseSettingsData.
Methods
Properties
Count of caching items including only links and nodes.
Load more chart data.
Parameters
callback function to execute when error occure while loading data
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.
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