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 (2)
2221cell.PostBackValue = point.ReplaceKeywords(cell.PostBackValue); 2270cell.PostBackValue = series.ReplaceKeywords(cell.PostBackValue);
Common\General\LegendColumns.cs (2)
763newCell.PostBackValue = this.PostBackValue; 950this.PostBackValue = String.Empty;
2 references to PostBackValue
System.Windows.Forms.DataVisualization (2)
Common\General\Legend.cs (2)
2221cell.PostBackValue = point.ReplaceKeywords(cell.PostBackValue); 2270cell.PostBackValue = series.ReplaceKeywords(cell.PostBackValue);