Base:
method
ReplaceKeywords
System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.ReplaceKeywords(System.String)
11 references to ReplaceKeywords
System.Windows.Forms.DataVisualization (11)
Common\DataManager\DataPoint.cs (1)
2471 result = this.series.ReplaceKeywords(result);
Common\General\Legend.cs (10)
2243 item.ToolTip = series.ReplaceKeywords(series.LegendToolTip); 2245 item.Url = series.ReplaceKeywords(series.LegendUrl); 2246 item.MapAreaAttributes = series.ReplaceKeywords(series.LegendMapAreaAttributes); 2247item.PostBackValue = series.ReplaceKeywords(series.LegendPostBackValue); 2252 item.Name = series.ReplaceKeywords(series.LegendText); 2265 cell.Text = series.ReplaceKeywords(cell.Text); 2266 cell.ToolTip = series.ReplaceKeywords(cell.ToolTip); 2268 cell.Url = series.ReplaceKeywords(cell.Url); 2269 cell.MapAreaAttributes = series.ReplaceKeywords(cell.MapAreaAttributes); 2270cell.PostBackValue = series.ReplaceKeywords(cell.PostBackValue);