Base:
property
Name
System.Web.UI.DataVisualization.Charting.ChartNamedElement.Name
5 writes to Name
System.Web.DataVisualization (5)
Common\General\Legend.cs (5)
2179
item.
Name
= point.ReplaceKeywords(point.LegendText);
2184
item.
Name
= point.ReplaceKeywords((point.Label.Length > 0) ? point.Label : point.AxisLabel);
2190
item.
Name
= ValueConverter.FormatValue(
2203
item.
Name
= "Point " + index;
2252
item.
Name
= series.ReplaceKeywords(series.LegendText);
8 references to Name
System.Web.DataVisualization (8)
Common\General\Legend.cs (5)
2182
if(item.
Name
.Length == 0)
2188
if(item.
Name
.Length == 0 && xValuesSet)
2201
if(item.
Name
.Length == 0)
2213
cell.Text = cell.Text.Replace(KeywordName.LegendText, item.
Name
);
2262
cell.Text = cell.Text.Replace(KeywordName.LegendText, item.
Name
);
Common\General\LegendColumns.cs (1)
1813
resultString = resultString.Replace(KeywordName.LegendText, this.LegendItem.
Name
);
Common\General\Selection.cs (2)
2646
if (((LegendItem)rgn.SelectedObject).
Name
== legendItem.
Name
)