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