48 references to KeywordName
System.Web.DataVisualization (48)
Common\DataManager\DataPoint.cs (13)
2454 result = result.Replace(KeywordName.Label, this.Label); 2457 result = result.Replace(KeywordName.LegendText, this.LegendText); 2460 result = result.Replace(KeywordName.AxisLabel, this.AxisLabel); 2468 result = result.Replace(KeywordName.Index, this.series.Points.IndexOf(this).ToString(System.Globalization.CultureInfo.InvariantCulture)); 2480 KeywordName.Percent, 2488 result = result.Replace(KeywordName.ValX, this.AxisLabel); 2498 KeywordName.ValX, 2507result = this.RemoveOneKeyword(result, KeywordName.ValY + index + 1, SR.FormatErrorString); 2518KeywordName.ValY + index, 2530KeywordName.ValY, 2541 KeywordName.Val, 2597while ((keyStartIndex = result.IndexOf(KeywordName.CustomProperty, StringComparison.Ordinal)) >= 0) 2603int keyEndIndex = keyStartIndex + KeywordName.CustomProperty.Length;
Common\DataManager\DataSeries.cs (9)
1101 result = result.Replace(KeywordName.SeriesName, this.Name); 1102 result = result.Replace(KeywordName.Ser, this.Name); // #SER Depricated Keyword 1114 KeywordName.Total, 1126 KeywordName.Avg, 1138 KeywordName.Max, 1150 KeywordName.Min, 1162 KeywordName.First, 1174 KeywordName.Last, 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 (16)
160 KeywordName.Index, 171 KeywordName.ValX, 182 KeywordName.Val, 193 KeywordName.Total, 204 KeywordName.Percent, 215 KeywordName.Index, 226 KeywordName.Label, 237 KeywordName.AxisLabel, 248 KeywordName.LegendText, 259 KeywordName.SeriesName, 260 KeywordName.Ser, 272 KeywordName.Avg, 283 KeywordName.Max, 294 KeywordName.Min, 305 KeywordName.Last, 316 KeywordName.First,