Click or drag to resize
GenericObjectGetHyperCubeBinnedDataAsync Method
Overload List
  NameDescription
Public methodGetHyperCubeBinnedDataAsync(String, IEnumerableNxPage, NxViewPort, IEnumerableNxDataAreaPage, Int32, Int32, Int32)

This method supports data binning.

When a generic object with two measures and one dimension contains a lot of data, groups of points (i.e cells) can be rendered instead of points.

A zone of interest can be refined (for zooming in) up to a maximum refinement level (set in the qQueryLevel parameter) or coarsened (for zoom out).

The grid of cells is adaptive (not static), meaning that it adapts to different length scales.

The GetHyperCubeBinnedDatamethod gives information about the adaptive grid and the values of the generic object.

The generic object should contain two measures and one dimension.

The number of points in a cell and the coordinates (expressed in the measure range) of each cell are returned.

Dimension values and measure values are rendered at point level (highest detailed level).

Public methodGetHyperCubeBinnedDataAsync(AsyncHandle, String, IEnumerableNxPage, NxViewPort, IEnumerableNxDataAreaPage, Int32, Int32, Int32)

This method supports data binning.

When a generic object with two measures and one dimension contains a lot of data, groups of points (i.e cells) can be rendered instead of points.

A zone of interest can be refined (for zooming in) up to a maximum refinement level (set in the qQueryLevel parameter) or coarsened (for zoom out).

The grid of cells is adaptive (not static), meaning that it adapts to different length scales.

The GetHyperCubeBinnedDatamethod gives information about the adaptive grid and the values of the generic object.

The generic object should contain two measures and one dimension.

The number of points in a cell and the coordinates (expressed in the measure range) of each cell are returned.

Dimension values and measure values are rendered at point level (highest detailed level).

Public methodGetHyperCubeBinnedDataAsyncT(AsyncHandle, FuncResponse, T, String, IEnumerableNxPage, NxViewPort, IEnumerableNxDataAreaPage, Int32, Int32, Int32)

This method supports data binning.

When a generic object with two measures and one dimension contains a lot of data, groups of points (i.e cells) can be rendered instead of points.

A zone of interest can be refined (for zooming in) up to a maximum refinement level (set in the qQueryLevel parameter) or coarsened (for zoom out).

The grid of cells is adaptive (not static), meaning that it adapts to different length scales.

The GetHyperCubeBinnedDatamethod gives information about the adaptive grid and the values of the generic object.

The generic object should contain two measures and one dimension.

The number of points in a cell and the coordinates (expressed in the measure range) of each cell are returned.

Dimension values and measure values are rendered at point level (highest detailed level).

Top
See Also