TablePlotBaseChangeDataTableCore Method TIBCO Spotfire 7.12 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: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
protected override 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: 7.12, 7.11
See Also

Reference