Base:
method
ReplaceKeywords
System.Web.UI.DataVisualization.Charting.DataPointCustomProperties.ReplaceKeywords(System.String)
69 references to ReplaceKeywords
System.Web.DataVisualization (69)
Common\Annotation\AnnotationBase.cs (1)
4013 return this.AnchorDataPoint.ReplaceKeywords(strOriginal);
Common\ChartTypes\BarChart.cs (2)
856 text = point.ReplaceKeywords(point.Label); 1860 text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\BoxPlotChart.cs (1)
908 text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\ColumnChart.cs (2)
1234text = point.ReplaceKeywords(point.Label); 1347text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\ErrorBarChart.cs (1)
965text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\FunnelChart.cs (1)
1650 labelInfo.Text = point.ReplaceKeywords(pointLabel);
Common\ChartTypes\PieChart.cs (5)
1875point.ReplaceKeywords(point.ToolTip), 1881point.ReplaceKeywords(point.Url), 1882point.ReplaceKeywords(point.MapAreaAttributes), 1883point.ReplaceKeywords(point.PostBackValue), 5631return point.ReplaceKeywords(pointLabel);
Common\ChartTypes\PointChart.cs (1)
695text = point.ReplaceKeywords(pointLabel);
Common\ChartTypes\RadarChart.cs (1)
1067text = point.ReplaceKeywords(pointLabel);
Common\ChartTypes\StackedAreaChart.cs (2)
1019text = point.ReplaceKeywords(point.Label); 1506text = pointEx.dataPoint.ReplaceKeywords(pointLabel);
Common\ChartTypes\StackedBarChart.cs (2)
1073text = point.ReplaceKeywords(point.Label); 1840text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\StackedColumnChart.cs (2)
1153text = point.ReplaceKeywords(point.Label); 1869text = point.ReplaceKeywords(point.Label);
Common\ChartTypes\StockChart.cs (1)
990text = point.ReplaceKeywords(point.Label);
Common\General\AxisLabels.cs (2)
922 return point.ReplaceKeywords(point.AxisLabel); 931 return point.ReplaceKeywords(point.AxisLabel);
Common\General\ChartGraphics3D.cs (12)
785point.ReplaceKeywords(point.ToolTip), 791point.ReplaceKeywords(point.Url), 792point.ReplaceKeywords(point.MapAreaAttributes), 793point.ReplaceKeywords(point.PostBackValue), 913point.ReplaceKeywords(point.ToolTip), 919point.ReplaceKeywords(point.Url), 920point.ReplaceKeywords(point.MapAreaAttributes), 921point.ReplaceKeywords(point.PostBackValue), 1051point.ReplaceKeywords(point.ToolTip), 1057point.ReplaceKeywords(point.Url), 1058point.ReplaceKeywords(point.MapAreaAttributes), 1059point.ReplaceKeywords(point.PostBackValue),
Common\General\ChartRenderingEngine.cs (2)
643 point.ReplaceKeywords( hRef ), 644 point.ReplaceKeywords( tooltip ) );
Common\General\Legend.cs (11)
2173 item.ToolTip = point.ReplaceKeywords(point.LegendToolTip); 2175 item.MapAreaAttributes = point.ReplaceKeywords(point.LegendMapAreaAttributes); 2176item.PostBackValue = point.ReplaceKeywords(point.LegendPostBackValue); 2177 item.Url = point.ReplaceKeywords(point.LegendUrl); 2179 item.Name = point.ReplaceKeywords(point.LegendText); 2184 item.Name = point.ReplaceKeywords((point.Label.Length > 0) ? point.Label : point.AxisLabel); 2216 cell.Text = point.ReplaceKeywords(cell.Text); 2217 cell.ToolTip = point.ReplaceKeywords(cell.ToolTip); 2219 cell.Url = point.ReplaceKeywords(cell.Url); 2220 cell.MapAreaAttributes = point.ReplaceKeywords(cell.MapAreaAttributes); 2221cell.PostBackValue = point.ReplaceKeywords(cell.PostBackValue);
Common\General\Selection.cs (20)
532 point.ReplaceKeywords(point.ToolTip), 533 point.ReplaceKeywords(point.Url), 534 point.ReplaceKeywords(point.MapAreaAttributes), 535point.ReplaceKeywords(point.PostBackValue), 607 point.ReplaceKeywords(point.ToolTip), 608 point.ReplaceKeywords(point.Url), 609 point.ReplaceKeywords(point.MapAreaAttributes), 610point.ReplaceKeywords(point.PostBackValue), 691 point.ReplaceKeywords(point.ToolTip), 692 point.ReplaceKeywords(point.Url), 693 point.ReplaceKeywords(point.MapAreaAttributes), 694point.ReplaceKeywords(point.PostBackValue), 760point.ReplaceKeywords(point.ToolTip), 761point.ReplaceKeywords(point.Url), 762point.ReplaceKeywords(point.MapAreaAttributes), 763point.ReplaceKeywords(point.PostBackValue), 835 point.ReplaceKeywords(point.ToolTip), 836 point.ReplaceKeywords(point.Url), 837 point.ReplaceKeywords(point.MapAreaAttributes), 838 point.ReplaceKeywords(point.PostBackValue),