3 writes to DockedToChartArea
System.Windows.Forms.DataVisualization (3)
Common\General\Legend.cs (3)
3632this.DockedToChartArea = Constants.NotSetValue; 3636 this.DockedToChartArea = value; 5060legend.DockedToChartArea = e.NewName;
15 references to DockedToChartArea
System.Windows.Forms.DataVisualization (15)
Common\General\Legend.cs (15)
1091if (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]; 4902legend.DockedToChartArea == Constants.NotSetValue && 4932if (legend.DockedToChartArea != Constants.NotSetValue && this.Chart.ChartAreas.IndexOf(legend.DockedToChartArea)<0) 4934throw (new ArgumentException(SR.ExceptionLegendDockedChartAreaIsMissing((string)legend.DockedToChartArea))); 4940 legend.DockedToChartArea == area.Name && 5003if (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 && 5059if (legend.DockedToChartArea == e.OldName)