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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual bool ChangeDataTableCore( DataTable newDataTable )
Parameters
- newDataTable
- Type: Spotfire.Dxp.DataDataTable
The new data table.
Return Value
Type: Booleantrue 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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also