Implemented interface member:
property
PostBackValue
System.Web.UI.DataVisualization.Charting.IChartMapArea.PostBackValue
4 writes to PostBackValue
System.Web.DataVisualization (4)
Common\General\Legend.cs (4)
2176
item.
PostBackValue
= point.ReplaceKeywords(point.LegendPostBackValue);
2247
item.
PostBackValue
= series.ReplaceKeywords(series.LegendPostBackValue);
5248
this.
PostBackValue
= String.Empty;
5266
this.
PostBackValue
= String.Empty;
1 reference to PostBackValue
System.Web.DataVisualization (1)
Common\General\LegendColumns.cs (1)
1791
return this.LegendItem.
PostBackValue
;