Implemented interface member:
property
PostBackValue
System.Web.UI.DataVisualization.Charting.IChartMapArea.PostBackValue
3 writes to PostBackValue
System.Web.DataVisualization (3)
Common\DataManager\DataPoint.cs (1)
1983this.PostBackValue = stringValue;
Common\General\ChartGraphics.cs (2)
1582point.PostBackValue = point.PostBackValue; 1618if (oldPostback != null) point.PostBackValue = oldPostback; else point.ResetPostBackValue();
16 references to PostBackValue
System.Web.DataVisualization (16)
Common\ChartTypes\PieChart.cs (1)
1883point.ReplaceKeywords(point.PostBackValue),
Common\General\ChartGraphics.cs (2)
1575string oldPostback = point.IsCustomPropertySet( CommonCustomProperties.PostBackValue) ? point.PostBackValue : null; 1582point.PostBackValue = point.PostBackValue;
Common\General\ChartGraphics3D.cs (3)
793point.ReplaceKeywords(point.PostBackValue), 921point.ReplaceKeywords(point.PostBackValue), 1059point.ReplaceKeywords(point.PostBackValue),
Common\General\Selection.cs (10)
528point.PostBackValue.Length > 0 535point.ReplaceKeywords(point.PostBackValue), 601point.PostBackValue.Length > 0 610point.ReplaceKeywords(point.PostBackValue), 684point.PostBackValue.Length > 0) 694point.ReplaceKeywords(point.PostBackValue), 756point.PostBackValue.Length > 0) 763point.ReplaceKeywords(point.PostBackValue), 825point.PostBackValue.Length > 0 ) 838 point.ReplaceKeywords(point.PostBackValue),