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)
1234
text = point.
ReplaceKeywords
(point.Label);
1347
text = point.
ReplaceKeywords
(point.Label);
Common\ChartTypes\ErrorBarChart.cs (1)
965
text = point.
ReplaceKeywords
(point.Label);
Common\ChartTypes\FunnelChart.cs (1)
1650
labelInfo.Text = point.
ReplaceKeywords
(pointLabel);
Common\ChartTypes\PieChart.cs (5)
1875
point.
ReplaceKeywords
(point.ToolTip),
1881
point.
ReplaceKeywords
(point.Url),
1882
point.
ReplaceKeywords
(point.MapAreaAttributes),
1883
point.
ReplaceKeywords
(point.PostBackValue),
5631
return point.
ReplaceKeywords
(pointLabel);
Common\ChartTypes\PointChart.cs (1)
695
text = point.
ReplaceKeywords
(pointLabel);
Common\ChartTypes\RadarChart.cs (1)
1067
text = point.
ReplaceKeywords
(pointLabel);
Common\ChartTypes\StackedAreaChart.cs (2)
1019
text = point.
ReplaceKeywords
(point.Label);
1506
text = pointEx.dataPoint.
ReplaceKeywords
(pointLabel);
Common\ChartTypes\StackedBarChart.cs (2)
1073
text = point.
ReplaceKeywords
(point.Label);
1840
text = point.
ReplaceKeywords
(point.Label);
Common\ChartTypes\StackedColumnChart.cs (2)
1153
text = point.
ReplaceKeywords
(point.Label);
1869
text = point.
ReplaceKeywords
(point.Label);
Common\ChartTypes\StockChart.cs (1)
990
text = 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)
785
point.
ReplaceKeywords
(point.ToolTip),
791
point.
ReplaceKeywords
(point.Url),
792
point.
ReplaceKeywords
(point.MapAreaAttributes),
793
point.
ReplaceKeywords
(point.PostBackValue),
913
point.
ReplaceKeywords
(point.ToolTip),
919
point.
ReplaceKeywords
(point.Url),
920
point.
ReplaceKeywords
(point.MapAreaAttributes),
921
point.
ReplaceKeywords
(point.PostBackValue),
1051
point.
ReplaceKeywords
(point.ToolTip),
1057
point.
ReplaceKeywords
(point.Url),
1058
point.
ReplaceKeywords
(point.MapAreaAttributes),
1059
point.
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);
2176
item.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);
2221
cell.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),
535
point.
ReplaceKeywords
(point.PostBackValue),
607
point.
ReplaceKeywords
(point.ToolTip),
608
point.
ReplaceKeywords
(point.Url),
609
point.
ReplaceKeywords
(point.MapAreaAttributes),
610
point.
ReplaceKeywords
(point.PostBackValue),
691
point.
ReplaceKeywords
(point.ToolTip),
692
point.
ReplaceKeywords
(point.Url),
693
point.
ReplaceKeywords
(point.MapAreaAttributes),
694
point.
ReplaceKeywords
(point.PostBackValue),
760
point.
ReplaceKeywords
(point.ToolTip),
761
point.
ReplaceKeywords
(point.Url),
762
point.
ReplaceKeywords
(point.MapAreaAttributes),
763
point.
ReplaceKeywords
(point.PostBackValue),
835
point.
ReplaceKeywords
(point.ToolTip),
836
point.
ReplaceKeywords
(point.Url),
837
point.
ReplaceKeywords
(point.MapAreaAttributes),
838
point.
ReplaceKeywords
(point.PostBackValue),