3 writes to DockedToChartArea
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
3632
this.
DockedToChartArea
= Constants.NotSetValue;
3636
this.
DockedToChartArea
= value;
5060
legend.
DockedToChartArea
= e.NewName;
15 references to DockedToChartArea
System.Web.DataVisualization (15)
Common\General\Legend.cs (15)
1091
if (this.
DockedToChartArea
== Constants.NotSetValue)
3626
return this.
DockedToChartArea
;
4733
if(this.
DockedToChartArea
.Length > 0 &&
4737
if(this.Common.ChartPicture.ChartAreas.IndexOf(this.
DockedToChartArea
) >= 0)
4740
ChartArea area = this.Common.ChartPicture.ChartAreas[this.
DockedToChartArea
];
4902
legend.
DockedToChartArea
== Constants.NotSetValue &&
4932
if (legend.
DockedToChartArea
!= Constants.NotSetValue && this.Chart.ChartAreas.IndexOf(legend.
DockedToChartArea
)<0)
4934
throw (new ArgumentException(SR.ExceptionLegendDockedChartAreaIsMissing((string)legend.
DockedToChartArea
)));
4940
legend.
DockedToChartArea
== area.Name &&
5003
if (legend.
DockedToChartArea
!= Constants.NotSetValue)
5007
ChartArea area = Common.ChartPicture.ChartAreas[legend.
DockedToChartArea
];
5011
throw(new ArgumentException( SR.ExceptionLegendDockedChartAreaIsMissing( (string)legend.
DockedToChartArea
) ) );
5035
legend.
DockedToChartArea
== area.Name &&
5059
if (legend.
DockedToChartArea
== e.OldName)