Implemented interface member:
property
PostBackValue
System.Web.UI.DataVisualization.Charting.IChartMapArea.PostBackValue
4 references to PostBackValue
System.Web.DataVisualization (4)
Common\General\ImageMap.cs (4)
479
else if (!String.IsNullOrEmpty(this.
PostBackValue
) && chart.Page != null)
483
writer.AddAttribute(HtmlTextWriterAttribute.Href, chart.Page.ClientScript.GetPostBackClientHyperlink(chart, this.
PostBackValue
));
486
if (!postbackRendered && !String.IsNullOrEmpty(this.
PostBackValue
) && chart.Page != null)
489
writer.AddAttribute(HtmlTextWriterAttribute.Onclick, chart.Page.ClientScript.GetPostBackEventReference(chart, this.
PostBackValue
));