3 writes to LegendText
System.Web.DataVisualization (3)
Common\ChartTypes\PieChart.cs (2)
454
collectedPoint.
LegendText
= series[CustomPropertyName.CollectedLegendText];
458
collectedPoint.
LegendText
= SR.DescriptionCustomAttributeCollectedLegendDefaultText;
Common\DataManager\DataPoint.cs (1)
2012
this.
LegendText
= stringValue;
5 references to LegendText
System.Web.DataVisualization (5)
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 (3)
2179
item.Name = point.ReplaceKeywords(point.
LegendText
);
2250
if (series.
LegendText
.Length > 0)
2252
item.Name = series.ReplaceKeywords(series.
LegendText
);