Change "Limit Data Using Filtering" message

This script will change the message that is displayed when "limit data using filtering" is used and the "message on white background" is selected.

from Spotfire.Dxp.Application.Visuals import Visualization

visual = argV.As[Visualization]();

visual.Data.LimitingMarkingsEmptyMessage = "New Description"

Input

argV (Visualization): The visualization that has been configured to show "message on white background"