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