13 references to LegendText
System.Web.DataVisualization (13)
Common\DataManager\DataPoint.cs (1)
2457 result = result.Replace(KeywordName.LegendText, this.LegendText);
Common\DataManager\DataSeries.cs (1)
1181 result = result.Replace(KeywordName.LegendText, this.LegendText);
Common\General\Legend.cs (5)
2213 cell.Text = cell.Text.Replace(KeywordName.LegendText, item.Name); 2262 cell.Text = cell.Text.Replace(KeywordName.LegendText, item.Name); 6135this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.MiddleLeft); 6141this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.MiddleLeft); 6158 this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.MiddleLeft);
Common\General\LegendColumns.cs (5)
131 private string _text = KeywordName.LegendText; 196: this(string.Empty, LegendCellColumnType.Text, KeywordName.LegendText, ContentAlignment.MiddleCenter) 301 DefaultValue(KeywordName.LegendText), 1813 resultString = resultString.Replace(KeywordName.LegendText, this.LegendItem.Name); 1817 resultString = resultString.Replace(KeywordName.LegendText, "");
Common\Utilities\KeywordsRegistry.cs (1)
248 KeywordName.LegendText,