5 writes to Text
System.Web.DataVisualization (5)
Common\General\Legend.cs (4)
2213
cell.
Text
= cell.Text.Replace(KeywordName.LegendText, item.Name);
2216
cell.
Text
= point.ReplaceKeywords(cell.Text);
2262
cell.
Text
= cell.Text.Replace(KeywordName.LegendText, item.Name);
2265
cell.
Text
= series.ReplaceKeywords(cell.Text);
Common\General\LegendColumns.cs (1)
758
newCell.
Text
= this.Text;
7 references to Text
System.Web.DataVisualization (7)
Common\General\Legend.cs (6)
2210
if(cell.
Text
.Length > 0)
2213
cell.Text = cell.
Text
.Replace(KeywordName.LegendText, item.Name);
2216
cell.Text = point.ReplaceKeywords(cell.
Text
);
2259
if(cell.
Text
.Length > 0)
2262
cell.Text = cell.
Text
.Replace(KeywordName.LegendText, item.Name);
2265
cell.Text = series.ReplaceKeywords(cell.
Text
);
Common\General\LegendColumns.cs (1)
1808
string resultString = this.
Text
.Replace("\\n", "\n");