Implemented interface member:
property
ToolTip
System.Web.UI.DataVisualization.Charting.IChartMapArea.ToolTip
4 writes to ToolTip
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\PieChart.cs (1)
448 collectedPoint.ToolTip = series[CustomPropertyName.CollectedToolTip];
Common\DataManager\DataPoint.cs (1)
1974 this.ToolTip = stringValue;
Common\General\ChartGraphics.cs (2)
1579 point.ToolTip = point.LabelToolTip; 1615if (oldToolTip != null) point.ToolTip = oldToolTip; else point.ResetToolTip();
18 references to ToolTip
System.Windows.Forms.DataVisualization (18)
Common\ChartTypes\PieChart.cs (1)
1875point.ReplaceKeywords(point.ToolTip),
Common\General\Chart.cs (2)
3745 if( series.ToolTip.Length > 0) 3766 if( point.ToolTip.Length > 0)
Common\General\ChartGraphics.cs (1)
1572string oldToolTip = point.IsCustomPropertySet( CommonCustomProperties.ToolTip) ? point.ToolTip : null;
Common\General\ChartGraphics3D.cs (3)
785point.ReplaceKeywords(point.ToolTip), 913point.ReplaceKeywords(point.ToolTip), 1051point.ReplaceKeywords(point.ToolTip),
Common\General\ChartRenderingEngine.cs (1)
636 string tooltip = (labelRegion) ? point.LabelToolTip : point.ToolTip;
Common\General\Selection.cs (10)
525 if(point.ToolTip.Length > 0 || 532 point.ReplaceKeywords(point.ToolTip), 598 if(point.ToolTip.Length > 0 || 607 point.ReplaceKeywords(point.ToolTip), 681 if(point.ToolTip.Length > 0 || 691 point.ReplaceKeywords(point.ToolTip), 753 if(point.ToolTip.Length > 0 || 760point.ReplaceKeywords(point.ToolTip), 822 if(point.ToolTip.Length > 0 || 835 point.ReplaceKeywords(point.ToolTip),