Chart.generateParallelCoordinates Method

Generates a new chart adapter displaying parallel coordinates based on the data in the specified metric set binding.
 
 
Static This method is static.

Parameters

adapter

Type: Adapter
A data visualization control adapter displaying a metric set with at least one measure visible against at least one row hierarchy for source data.

Return Value


Type: jQuery.promise
A promise object that will resolve when the adapter has been added to the canvas. Callback methods 
 will be passed a plain object with the properties:
     adapter   [type: dundas.view.controls.Chart]    - The generated histogram chart adapter.