Implemented interface member:
property
ToolTip
System.Web.UI.DataVisualization.Charting.IChartMapArea.ToolTip
3 writes to ToolTip
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (2)
2217
cell.
ToolTip
= point.ReplaceKeywords(cell.ToolTip);
2266
cell.
ToolTip
= series.ReplaceKeywords(cell.ToolTip);
Common\General\LegendColumns.cs (1)
759
newCell.
ToolTip
= this.ToolTip;
4 references to ToolTip
System.Windows.Forms.DataVisualization (4)
Common\General\Legend.cs (2)
2217
cell.ToolTip = point.ReplaceKeywords(cell.
ToolTip
);
2266
cell.ToolTip = series.ReplaceKeywords(cell.
ToolTip
);
Common\General\LegendColumns.cs (2)
1705
if(this.
ToolTip
.Length > 0)
1707
return this.
ToolTip
;