VisualizationChangeDataTableCore Method

Spotfire 15.0 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: 71.0.22122.5390 (71.0.22122.5390)
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


See Also

Reference