IScatterplot MembersQlik Sense .NET SDK - API Reference
The IScatterplot type exposes the following members.
Methods

  NameDescription
Public methodAbortListObjectSearch

Aborts the results of a search in a list object.

This method applies to list objects (objects with one dimension). After an abort on a list object search, the GetLayout method does not return any more search results but it does return the values in the field.
(Inherited from IGenericObject.)
Public methodAbortListObjectSearchAsync

Aborts the results of a search in a list object.

This method applies to list objects (objects with one dimension). After an abort on a list object search, the GetLayout method does not return any more search results but it does return the values in the field.
(Inherited from IGenericObject.)
Public methodAcceptListObjectSearch

Accept the results of a search in a list object. The search results become selected in the field.

This method applies to list objects (objects with one dimension).The search results are displayed using the GetLayout method.
(Inherited from IGenericObject.)
Public methodAcceptListObjectSearchAsync

Accept the results of a search in a list object. The search results become selected in the field.

This method applies to list objects (objects with one dimension).The search results are displayed using the GetLayout method.
(Inherited from IGenericObject.)
Public methodApplyPatches

Applies a patch to the properties of an object. Allows an update to some of the properties.

It is possible to apply a patch to the properties of a generic object, that is not persistent. Such a patch is called a soft patch. In that case, the result of the operation on the properties (add, remove or delete) is not shown when doing GetProperties and only a GetLayout call shows the result of the operation. Properties that are not persistent are called soft properties. Once the session is over, soft properties are cleared.

Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties.
(Inherited from IGenericObject.)
Public methodApplyPatchesAsync

Applies a patch to the properties of an object. Allows an update to some of the properties.

It is possible to apply a patch to the properties of a generic object, that is not persistent. Such a patch is called a soft patch. In that case, the result of the operation on the properties (add, remove or delete) is not shown when doing GetProperties and only a GetLayout call shows the result of the operation. Properties that are not persistent are called soft properties. Once the session is over, soft properties are cleared.

Soft properties apply only to generic objects.Applying a patch takes less time than resetting all the properties.
(Inherited from IGenericObject.)
Public methodBeginSelections 
Public methodBeginSelections(IEnumerable String )

Begins the selection mode. The app enters the modal state. The specified object enters the selection mode and a modal window is opened. The selection mode can apply to only one object in an app at a time.

When a visualization is in selection mode, selections can be made in this visualization. The visualization is not sorted until the selection mode is ended. Once the selection mode is ended and if the selections are accepted, the visualization is sorted according to the sort criteria. For more information about:

* Ending the selection mode, see EndSelections method.

* The sort criteria, see ListObjectDef or HyperCubeDef.

Example:  

A sheet contains a list object and a chart. If the list object is in selection mode then the chart cannot be in selection mode. No selection on the chart can be made until the list object exits the selection mode.

(Inherited from IGenericObject.)
Public methodBeginSelectionsAsync(String)
Public methodBeginSelectionsAsync(IEnumerable String , String)

Begins the selection mode. The app enters the modal state. The specified object enters the selection mode and a modal window is opened. The selection mode can apply to only one object in an app at a time.

When a visualization is in selection mode, selections can be made in this visualization. The visualization is not sorted until the selection mode is ended. Once the selection mode is ended and if the selections are accepted, the visualization is sorted according to the sort criteria. For more information about:

* Ending the selection mode, see EndSelections method.

* The sort criteria, see ListObjectDef or HyperCubeDef.

Example:  

A sheet contains a list object and a chart. If the list object is in selection mode then the chart cannot be in selection mode. No selection on the chart can be made until the list object exits the selection mode.

(Inherited from IGenericObject.)
Public methodClearSelections(IEnumerable Int32 )
Public methodClearSelections(String, IEnumerable Int32 )

Clears the selections in a dimension of a visualization.

(Inherited from IGenericObject.)
Public methodClearSelectionsAsync(IEnumerable Int32 , String)
Public methodClearSelectionsAsync(String, IEnumerable Int32 , String)

Clears the selections in a dimension of a visualization.

(Inherited from IGenericObject.)
Public methodClearSoftPatches

Clears the soft properties of a generic object.

For more information on how to add soft properties to a generic object, see ApplyPatches method.

(Inherited from IGenericObject.)
Public methodClearSoftPatchesAsync

Clears the soft properties of a generic object.

For more information on how to add soft properties to a generic object, see ApplyPatches method.

(Inherited from IGenericObject.)
Public methodCollapseLeft

Collapses the left dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodCollapseLeftAsync

Collapses the left dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodCollapseTop

Collapses the top dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodCollapseTopAsync

Collapses the top dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodCopyFrom

Copies the properties of a generic object and its children.

The source object is specified by the parameter qFromId and the destination object is referenced by its handle.

The identifier of the destination object is the same as before the copy takes place.
(Inherited from IGenericObject.)
Public methodCopyFromAsync

Copies the properties of a generic object and its children.

The source object is specified by the parameter qFromId and the destination object is referenced by its handle.

The identifier of the destination object is the same as before the copy takes place.
(Inherited from IGenericObject.)
Public methodCreateChild T 
Creation of child generic object
(Inherited from IGenericObject.)
Public methodCreateChildAsync T  (Inherited from IGenericObject.)
Public methodDestroyAllChildren

Removes all children and all children to the children on an object.

(Inherited from IGenericObject.)
Public methodDestroyAllChildrenAsync

Removes all children and all children to the children on an object.

(Inherited from IGenericObject.)
Public methodDestroyChild

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.
(Inherited from IGenericObject.)
Public methodDestroyChildAsync(String, GenericObjectProperties, String)

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.
(Inherited from IGenericObject.)
Public methodDestroyChildAsync T (String, GenericObjectProperties, Func Response, T , String)

Removes a child object.

It is possible to update the properties of the child's parent at the same time that the child is removed. Both operations are performed by the same call.Removing a linked object, invalidate the linking object.
(Inherited from IGenericObject.)
Public methodDrillUp(Int32, Int32)
Public methodDrillUp(String, Int32, Int32)

You can use the drillUp method with any object that contains a drill-down group as a dimension.

This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy.

If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed.

(Inherited from IGenericObject.)
Public methodDrillUpAsync(Int32, Int32, String)
Public methodDrillUpAsync(String, Int32, Int32, String)

You can use the drillUp method with any object that contains a drill-down group as a dimension.

This method allows you to move between different levels of information (from a detailed level to a less detailed level of information). You can go back to previous visualizations up to the highest level of the hierarchy.

If you try to drill up more steps than there are available levels, the first level of the hierarchy is displayed.

(Inherited from IGenericObject.)
Public methodEmbedSnapshotObject

Adds a snapshot to a generic object.

Only one snapshot can be embedded in a generic object.If you embed a snapshot in an object that already contains a snapshot, the new snapshot overwrites the previous one.
(Inherited from IGenericObject.)
Public methodEmbedSnapshotObjectAsync

Adds a snapshot to a generic object.

Only one snapshot can be embedded in a generic object.If you embed a snapshot in an object that already contains a snapshot, the new snapshot overwrites the previous one.
(Inherited from IGenericObject.)
Public methodEndSelections

Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.

(Inherited from IGenericObject.)
Public methodEndSelectionsAsync

Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.

(Inherited from IGenericObject.)
Public methodExpandLeft

Expands the left dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodExpandLeftAsync

Expands the left dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodExpandTop

Expands the top dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodExpandTopAsync

Expands the top dimensions of a pivot table. This method applies only to pivot tables that are not always fully expanded.

In the definition of the hypercube (in HyperCubeDef), the parameter qAlwaysFullyExpanded must be set to false.

(Inherited from IGenericObject.)
Public methodExportData

Exports the data of any generic object to an excel file or a open XML file.

If the object contains some excluded values, these excluded values are not exported.

(Inherited from IGenericObject.)
Public methodExportDataAsync(NxExportFileType, String, String, NxExportState, String)

Exports the data of any generic object to an excel file or a open XML file.

If the object contains some excluded values, these excluded values are not exported.

(Inherited from IGenericObject.)
Public methodExportDataAsync T (NxExportFileType, String, String, NxExportState, Func Response, T , String)

Exports the data of any generic object to an excel file or a open XML file.

If the object contains some excluded values, these excluded values are not exported.

(Inherited from IGenericObject.)
Public methodGetChild

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetChildAsync(String, String)

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetChildAsync T (String, Func Response, T , String)

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetChildInfos

Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos,these properties are returned.

(Inherited from IGenericObject.)
Public methodGetChildInfosAsync(String)

Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos,these properties are returned.

(Inherited from IGenericObject.)
Public methodGetChildInfosAsync T (Func Response, T , String)

Returns the identifier and the type for each child in an app object. If the child contains extra properties in qInfos,these properties are returned.

(Inherited from IGenericObject.)
Public methodGetCurrentPage
Public methodGetData
Public methodGetDataAsync
Public methodGetFirstPage
Public methodGetFullPropertyTree

Gets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

(Inherited from IGenericObject.)
Public methodGetFullPropertyTreeAsync(String)

Gets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

(Inherited from IGenericObject.)
Public methodGetFullPropertyTreeAsync T (Func Response, T , String)

Gets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

(Inherited from IGenericObject.)
Public methodGetHyperCubeData

Retrieves the values of a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.

This method does not apply to stacked tables.
(Inherited from IGenericObject.)
Public methodGetHyperCubeDataAsync(String, IEnumerable NxPage , String)

Retrieves the values of a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.

This method does not apply to stacked tables.
(Inherited from IGenericObject.)
Public methodGetHyperCubeDataAsync T (String, IEnumerable NxPage , Func Response, T , String)

Retrieves the values of a chart, a table, or a scatter plot. It is possible to retrieve specific pages of data.

This method does not apply to stacked tables.
(Inherited from IGenericObject.)
Public methodGetHyperCubePivotData

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetHyperCubePivotDataAsync(String, IEnumerable NxPage , String)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetHyperCubePivotDataAsync T (String, IEnumerable NxPage , Func Response, T , String)

Retrieves the values of a pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetHyperCubeReducedData

Reduces the data of a bar chart, a line chart or a scatter plot chart and retrieves them.

The reduction is dependent on the zoom factor (parameter qZoomFactor) and on the reduction mode (for more information, see HyperCubeDef).

** Bar chart or line chart data reduction **

In the definition of the bar chart or the line chart, the reduction mode must be set to D1.

For the data reduction to happen, the two following conditions must be fulfilled:

* The values cannot fit in the defined page (parameter qPages)

* The zoom factor is not 0 (parameter qZoomFactor)

The reduction algorithm keeps the shape of the visualizations and works whatever the number of dimensions in the chart. The global profile of the chart is reduced, and not only a specific dimension. A visualization that has been reduced contains fewer values but its shape is the same. Data of all types can be reduced. Therefore it is hard to relate the values before and after a reduction especially when reducing string values.

Example:  

If you have a chart with 1 million data, and you have set the zoom factor to 5, the GetHyperCubeReducedData method reduces the chart and retrieves 200 000 data.

** Scatter plot chart data reduction **

In the definition of the scatter plot chart, the reduction mode must be set to C.

This reduction mechanism follows the 2D K-Means algorithm. Data are reduced into a number of clusters. Each data is assigned to a specific centroid.

The number of centroids can be defined in the parameter qZoomFactor.

** Scatter plot chart resolution reduction **

In the definition of the scatter plot chart, the reduction mode must be set to S.

The resolution is reduced according to the zoom factor (parameter qZoomFactor).

Example:  

If you have a scatter plot chart and the zoom factor is set to 2, the scatter plot chart resolution is reduced by 4.

(Inherited from IGenericObject.)
Public methodGetHyperCubeReducedDataAsync(String, IEnumerable NxPage , Int32, NxDataReductionMode, String)

Reduces the data of a bar chart, a line chart or a scatter plot chart and retrieves them.

The reduction is dependent on the zoom factor (parameter qZoomFactor) and on the reduction mode (for more information, see HyperCubeDef).

** Bar chart or line chart data reduction **

In the definition of the bar chart or the line chart, the reduction mode must be set to D1.

For the data reduction to happen, the two following conditions must be fulfilled:

* The values cannot fit in the defined page (parameter qPages)

* The zoom factor is not 0 (parameter qZoomFactor)

The reduction algorithm keeps the shape of the visualizations and works whatever the number of dimensions in the chart. The global profile of the chart is reduced, and not only a specific dimension. A visualization that has been reduced contains fewer values but its shape is the same. Data of all types can be reduced. Therefore it is hard to relate the values before and after a reduction especially when reducing string values.

Example:  

If you have a chart with 1 million data, and you have set the zoom factor to 5, the GetHyperCubeReducedData method reduces the chart and retrieves 200 000 data.

** Scatter plot chart data reduction **

In the definition of the scatter plot chart, the reduction mode must be set to C.

This reduction mechanism follows the 2D K-Means algorithm. Data are reduced into a number of clusters. Each data is assigned to a specific centroid.

The number of centroids can be defined in the parameter qZoomFactor.

** Scatter plot chart resolution reduction **

In the definition of the scatter plot chart, the reduction mode must be set to S.

The resolution is reduced according to the zoom factor (parameter qZoomFactor).

Example:  

If you have a scatter plot chart and the zoom factor is set to 2, the scatter plot chart resolution is reduced by 4.

(Inherited from IGenericObject.)
Public methodGetHyperCubeReducedDataAsync T (String, IEnumerable NxPage , Int32, NxDataReductionMode, Func Response, T , String)

Reduces the data of a bar chart, a line chart or a scatter plot chart and retrieves them.

The reduction is dependent on the zoom factor (parameter qZoomFactor) and on the reduction mode (for more information, see HyperCubeDef).

** Bar chart or line chart data reduction **

In the definition of the bar chart or the line chart, the reduction mode must be set to D1.

For the data reduction to happen, the two following conditions must be fulfilled:

* The values cannot fit in the defined page (parameter qPages)

* The zoom factor is not 0 (parameter qZoomFactor)

The reduction algorithm keeps the shape of the visualizations and works whatever the number of dimensions in the chart. The global profile of the chart is reduced, and not only a specific dimension. A visualization that has been reduced contains fewer values but its shape is the same. Data of all types can be reduced. Therefore it is hard to relate the values before and after a reduction especially when reducing string values.

Example:  

If you have a chart with 1 million data, and you have set the zoom factor to 5, the GetHyperCubeReducedData method reduces the chart and retrieves 200 000 data.

** Scatter plot chart data reduction **

In the definition of the scatter plot chart, the reduction mode must be set to C.

This reduction mechanism follows the 2D K-Means algorithm. Data are reduced into a number of clusters. Each data is assigned to a specific centroid.

The number of centroids can be defined in the parameter qZoomFactor.

** Scatter plot chart resolution reduction **

In the definition of the scatter plot chart, the reduction mode must be set to S.

The resolution is reduced according to the zoom factor (parameter qZoomFactor).

Example:  

If you have a scatter plot chart and the zoom factor is set to 2, the scatter plot chart resolution is reduced by 4.

(Inherited from IGenericObject.)
Public methodGetHyperCubeStackData

Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetHyperCubeStackDataAsync(String, IEnumerable NxPage , Int32, String)

Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetHyperCubeStackDataAsync T (String, IEnumerable NxPage , Int32, Func Response, T , String)

Retrieves the values of a stacked pivot table. It is possible to retrieve specific pages of data.

(Inherited from IGenericObject.)
Public methodGetInfo

Returns the type and identifier of the object.

(Inherited from IGenericObject.)
Public methodGetInfoAsync(String)

Returns the type and identifier of the object.

(Inherited from IGenericObject.)
Public methodGetInfoAsync T (Func Response, T , String)

Returns the type and identifier of the object.

(Inherited from IGenericObject.)
Public methodGetLastPage
Public methodGetLayout

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericObject.)
Public methodGetLayoutAsync(String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericObject.)
Public methodGetLayoutAsync T (Func Response, T , String)

Evaluates an object and displays its properties including the dynamic properties. If the member delta is set to true in the request object, only the delta is evaluated. A GetLayout call on a generic object, returns up to one level down in the hierarchy.

(Inherited from IGenericObject.)
Public methodGetLinkedObjects

Lists the linked objects to a generic object, a dimension or a measure.

(Inherited from IGenericObject.)
Public methodGetLinkedObjectsAsync(String)

Lists the linked objects to a generic object, a dimension or a measure.

(Inherited from IGenericObject.)
Public methodGetLinkedObjectsAsync T (Func Response, T , String)

Lists the linked objects to a generic object, a dimension or a measure.

(Inherited from IGenericObject.)
Public methodGetListObjectData

Retrieves the values of a list object.

(Inherited from IGenericObject.)
Public methodGetListObjectDataAsync(String, IEnumerable NxPage , String)

Retrieves the values of a list object.

(Inherited from IGenericObject.)
Public methodGetListObjectDataAsync T (String, IEnumerable NxPage , Func Response, T , String)

Retrieves the values of a list object.

(Inherited from IGenericObject.)
Public methodGetNextPage
Public methodGetPageAt
Public methodGetPivotData
Public methodGetPivotDataAsync
Public methodGetPreviousPage
Public methodGetProperties

Returns the identifier and the type of the object.

Because it is not mandatory to set all properties when you define an object, the method GetProperties may show properties that were not set. In that case, default values are given.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from IGenericObject.)
Public methodGetPropertiesAsync(String)

Returns the identifier and the type of the object.

Because it is not mandatory to set all properties when you define an object, the method GetProperties may show properties that were not set. In that case, default values are given.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from IGenericObject.)
Public methodGetPropertiesAsync T (Func Response, T , String)

Returns the identifier and the type of the object.

Because it is not mandatory to set all properties when you define an object, the method GetProperties may show properties that were not set. In that case, default values are given.

If the member delta is set to true in the request object, only the delta is retrieved.
(Inherited from IGenericObject.)
Public methodGetReducedData
Public methodGetReducedDataAsync
Public methodGetSnapshotObject

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetSnapshotObjectAsync(String)

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetSnapshotObjectAsync T (Func Response, T , String)

Returns the type of the object and the corresponding handle.

(Inherited from IGenericObject.)
Public methodGetStackData
Public methodGetStackDataAsync
Public methodLock(IEnumerable Int32 )
Public methodLock(String, IEnumerable Int32 )

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

(Inherited from IGenericObject.)
Public methodLockAsync(IEnumerable Int32 , String)
Public methodLockAsync(String, IEnumerable Int32 , String)

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

(Inherited from IGenericObject.)
Public methodMovePage
Public methodPublish

Publishes a generic object.

(Inherited from IGenericObject.)
Public methodPublishAsync

Publishes a generic object.

(Inherited from IGenericObject.)
Public methodRangeSelectHyperCubeValues

Make range selections in measures.

This method applies to hypercubes. For example, bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodRangeSelectHyperCubeValuesAsync(String, IEnumerable NxRangeSelectInfo , Boolean, Boolean, String)

Make range selections in measures.

This method applies to hypercubes. For example, bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodRangeSelectHyperCubeValuesAsync T (String, IEnumerable NxRangeSelectInfo , Boolean, Boolean, Func Response, T , String)

Make range selections in measures.

This method applies to hypercubes. For example, bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodRangeSelectValues
Public methodRangeSelectValuesAsync
Public methodResetMadeSelections

Resets all selections made in selection mode.

(Inherited from IGenericObject.)
Public methodResetMadeSelectionsAsync

Resets all selections made in selection mode.

(Inherited from IGenericObject.)
Public methodResumeLayout
(Inherited from IGenericObject.)
Public methodSearchListObjectFor

Searches for a string in a list object.

This method applies to list objects (objects with one dimension).The search results can be displayed using the GetLayout method.
(Inherited from IGenericObject.)
Public methodSearchListObjectForAsync(String, String, String)

Searches for a string in a list object.

This method applies to list objects (objects with one dimension).The search results can be displayed using the GetLayout method.
(Inherited from IGenericObject.)
Public methodSearchListObjectForAsync T (String, String, Func Response, T , String)

Searches for a string in a list object.

This method applies to list objects (objects with one dimension).The search results can be displayed using the GetLayout method.
(Inherited from IGenericObject.)
Public methodSelectCells
Public methodSelectCellsAsync
Public methodSelectHyperCubeCells

Makes selections in multiple dimensions and measures.

This method applies to hypercubes, such as bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectHyperCubeCellsAsync(String, IEnumerable Int32 , IEnumerable Int32 , Boolean, Boolean, String)

Makes selections in multiple dimensions and measures.

This method applies to hypercubes, such as bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectHyperCubeCellsAsync T (String, IEnumerable Int32 , IEnumerable Int32 , Boolean, Boolean, Func Response, T , String)

Makes selections in multiple dimensions and measures.

This method applies to hypercubes, such as bar charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectHyperCubeValues

Selects some values in one dimension.

The values are identified by their element numbers.

This method applies to charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectHyperCubeValuesAsync(String, Int32, IEnumerable Int32 , Boolean, String)

Selects some values in one dimension.

The values are identified by their element numbers.

This method applies to charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectHyperCubeValuesAsync T (String, Int32, IEnumerable Int32 , Boolean, Func Response, T , String)

Selects some values in one dimension.

The values are identified by their element numbers.

This method applies to charts, tables and scatter plots.
(Inherited from IGenericObject.)
Public methodSelectListObjectAll

Selects all values of a field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectAllAsync(String, Boolean, String)

Selects all values of a field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectAllAsync T (String, Boolean, Func Response, T , String)

Selects all values of a field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectAlternative

Selects all alternative values in a specific field.

This method applies to list objects (objects with one dimension).If a field contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
(Inherited from IGenericObject.)
Public methodSelectListObjectAlternativeAsync(String, Boolean, String)

Selects all alternative values in a specific field.

This method applies to list objects (objects with one dimension).If a field contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
(Inherited from IGenericObject.)
Public methodSelectListObjectAlternativeAsync T (String, Boolean, Func Response, T , String)

Selects all alternative values in a specific field.

This method applies to list objects (objects with one dimension).If a field contains at least one selected value, the values that are neither selected nor excluded are alternatives values.
(Inherited from IGenericObject.)
Public methodSelectListObjectExcluded

Inverts the current selections in a specific field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectExcludedAsync(String, Boolean, String)

Inverts the current selections in a specific field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectExcludedAsync T (String, Boolean, Func Response, T , String)

Inverts the current selections in a specific field.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectPossible

Selects all possible values of a list object.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectPossibleAsync(String, Boolean, String)

Selects all possible values of a list object.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectPossibleAsync T (String, Boolean, Func Response, T , String)

Selects all possible values of a list object.

This method applies to list objects (objects with one dimension).
(Inherited from IGenericObject.)
Public methodSelectListObjectValues

Makes single selections in dimensions.

This method applies to list objects only.
(Inherited from IGenericObject.)
Public methodSelectListObjectValuesAsync(String, IEnumerable Int32 , Boolean, Boolean, String)

Makes single selections in dimensions.

This method applies to list objects only.
(Inherited from IGenericObject.)
Public methodSelectListObjectValuesAsync T (String, IEnumerable Int32 , Boolean, Boolean, Func Response, T , String)

Makes single selections in dimensions.

This method applies to list objects only.
(Inherited from IGenericObject.)
Public methodSelectPivotCells
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension values of a pivot table. Only expanded dimensions can be selected.

To select the calculated values of a pivot table, use the SelectHyperCubeCells method.

** Stacked table **

Makes selections in the left dimension values of a stacked table.

There is no top dimensions in a stacked table.

** Example of a pivot table **

(Inherited from IGenericObject.)
Public methodSelectPivotCellsAsync(String, IEnumerable NxSelectionCell , Boolean, Boolean, String)
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension values of a pivot table. Only expanded dimensions can be selected.

To select the calculated values of a pivot table, use the SelectHyperCubeCells method.

** Stacked table **

Makes selections in the left dimension values of a stacked table.

There is no top dimensions in a stacked table.

** Example of a pivot table **

(Inherited from IGenericObject.)
Public methodSelectPivotCellsAsync T (String, IEnumerable NxSelectionCell , Boolean, Boolean, Func Response, T , String)
This method only applies to hypercubes that are not represented as straight tables. The parameter qMode in HyperCubeDef must be set either to P or K.

** Pivot table **

Makes selections in the top or left dimension values of a pivot table. Only expanded dimensions can be selected.

To select the calculated values of a pivot table, use the SelectHyperCubeCells method.

** Stacked table **

Makes selections in the left dimension values of a stacked table.

There is no top dimensions in a stacked table.

** Example of a pivot table **

(Inherited from IGenericObject.)
Public methodSelectValues
Public methodSelectValuesAsync
Public methodSetChildArrayOrder

Sets the order of the children in a generic object.

To change the order of the children in a generic object, the identifiers of all the children must be included in the list of the identifiers (in qIds).
(Inherited from IGenericObject.)
Public methodSetChildArrayOrderAsync

Sets the order of the children in a generic object.

To change the order of the children in a generic object, the identifiers of all the children must be included in the list of the identifiers (in qIds).
(Inherited from IGenericObject.)
Public methodSetFullPropertyTree

Sets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

If the SetFullPropertyTree method is asked to set some properties to a child that does not exist, it creates the child.The type of an object cannot be updated.
(Inherited from IGenericObject.)
Public methodSetFullPropertyTreeAsync

Sets the properties of:

* a generic object

* the children of the generic object

* the bookmarks/embedded snapshots of the generic object

If the SetFullPropertyTree method is asked to set some properties to a child that does not exist, it creates the child.The type of an object cannot be updated.
(Inherited from IGenericObject.)
Public methodSetProperties

Sets some properties for a generic object.

(Inherited from IGenericObject.)
Public methodSetPropertiesAsync

Sets some properties for a generic object.

(Inherited from IGenericObject.)
Public methodSuspendLayout
(Inherited from IGenericObject.)
Public methodUnlock(IEnumerable Int32 )
Public methodUnlock(String, IEnumerable Int32 )

* Unlocks all selected values of a specific field if the target (or handle ) is a field

* Unlocks selected values of a generic object if the target (or handle ) is a generic object

(Inherited from IGenericObject.)
Public methodUnlockAsync(IEnumerable Int32 , String)
Public methodUnlockAsync(String, IEnumerable Int32 , String)

* Unlocks all selected values of a specific field if the target (or handle ) is a field

* Unlocks selected values of a generic object if the target (or handle ) is a generic object

(Inherited from IGenericObject.)
Public methodUnPublish

Unpublishes a generic object.

(Inherited from IGenericObject.)
Public methodUnPublishAsync

Unpublishes a generic object.

(Inherited from IGenericObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodCreateListbox
(Defined by ClientExtension.)
Public Extension MethodCreateListboxAsync
(Defined by ClientExtension.)
Public Extension MethodSingleUrl (Defined by UrlExtensions.)
Back to Top
Properties

  NameDescription
Public propertyColor
Public propertyDataPages
Public propertyDataPoint
Public propertyDimensionInfo
Public propertyEffectiveInterColumnSortOrder
Public propertyError
(Inherited from IGenericObject.)
Public propertyExtendsId
(Inherited from IGenericObject.)
Public propertyFootnote
(Inherited from IVisualizationBase.)
Public propertyGrandTotalRow
Public propertyGridLine
Public propertyHandle
(Inherited from IQixClassBase.)
Public propertyId
(Inherited from IQixClassBase.)
Public propertyInfo
(Inherited from IGenericObject.)
Public propertyLabels
Public propertyLegend
Public propertyMeasureInfo
Public propertyMeta
(Inherited from IGenericObject.)
Public propertyMetadata
(Inherited from IVisualizationBase.)
Public propertyMode
Public propertyNxInfo
(Inherited from IVisualizationBase.)
Public propertyNxLayoutErrors
(Inherited from IVisualizationBase.)
Public propertyNxMeta
(Inherited from IVisualizationBase.)
Public propertyNxSelectionInfo
(Inherited from IVisualizationBase.)
Public propertyNxValidationError
Public propertyPivotDataPages
Public propertyProperties
(Inherited from IGenericObject.)
Public propertyProperties
Public propertyProperties
(Inherited from IVisualizationBase.)
Public propertyRefLine
Public propertySelectionInfo
(Inherited from IGenericObject.)
Public propertyShowTitles
(Inherited from IVisualizationBase.)
Public propertySize
Public propertyStackedDataPages
Public propertyStateName
Public propertySubtitle
(Inherited from IVisualizationBase.)
Public propertySuspendedLayout
Stops incomming changes from altering the object, resumes normal behavour after disposed.
(Inherited from IGenericObject.)
Public propertyTitle
(Inherited from IVisualizationBase.)
Public propertyType
(Inherited from IQixClassBase.)
Public propertyVersion
(Inherited from IVisualizationBase.)
Public propertyVisualization
(Inherited from IVisualizationBase.)
Public propertyVisualizationMetadata
Public propertyXAxis
Public propertyYAxis
Back to Top
Events

  NameDescription
Public eventChanged
(Inherited from IQixClassBase.)
Public eventClosed
(Inherited from IQixClassBase.)
Back to Top
See Also