VisualizationChangeDataTableCore Method

Spotfire 14.3 API Reference
Performs plot-specific data table change. The default implementation just changes the data table, with no other fixup.

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected virtual bool ChangeDataTableCore(
	DataTable newDataTable
)

Parameters

newDataTable
Type: Spotfire.Dxp.DataDataTable
The new data table.

Return Value

Type: Boolean
true if changing data table succeeded, false if it did not work or was too complicated (in which case a full autoconfigure should be executed).
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference