Gives you access to the Interactivity object of the background.
The following example sets a tooltip to the background,
' enable tooltips
Dim tooltip As TooltipInteractivityOperation = New TooltipInteractivityOperation()
m_ChartControl.InteractivityOperations.Add(tooltips)
' change the tooltip on the background
m_ChartControl.Background.Interactivity.Tooltip = "Custom tooltip"
// enable tooltips
TooltipInteractivityOperation tooltip = new TooltipInteractivityOperation();
m_ChartControl.InteractivityOperations.Add(tooltips);
// change the tooltip on the background
m_ChartControl.Background.Interactivity.Tooltip = "Custom tooltip"
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2