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)
1983
this.
PostBackValue
= stringValue;
Common\General\ChartGraphics.cs (2)
1582
point.
PostBackValue
= point.PostBackValue;
1618
if (oldPostback != null) point.
PostBackValue
= oldPostback; else point.ResetPostBackValue();
16 references to PostBackValue
System.Web.DataVisualization (16)
Common\ChartTypes\PieChart.cs (1)
1883
point.ReplaceKeywords(point.
PostBackValue
),
Common\General\ChartGraphics.cs (2)
1575
string oldPostback = point.IsCustomPropertySet( CommonCustomProperties.PostBackValue) ? point.
PostBackValue
: null;
1582
point.PostBackValue = point.
PostBackValue
;
Common\General\ChartGraphics3D.cs (3)
793
point.ReplaceKeywords(point.
PostBackValue
),
921
point.ReplaceKeywords(point.
PostBackValue
),
1059
point.ReplaceKeywords(point.
PostBackValue
),
Common\General\Selection.cs (10)
528
point.
PostBackValue
.Length > 0
535
point.ReplaceKeywords(point.
PostBackValue
),
601
point.
PostBackValue
.Length > 0
610
point.ReplaceKeywords(point.
PostBackValue
),
684
point.
PostBackValue
.Length > 0)
694
point.ReplaceKeywords(point.
PostBackValue
),
756
point.
PostBackValue
.Length > 0)
763
point.ReplaceKeywords(point.
PostBackValue
),
825
point.
PostBackValue
.Length > 0 )
838
point.ReplaceKeywords(point.
PostBackValue
),