9 references to IndexOf
System.Windows.Forms.DataVisualization (9)
Common\General\BaseCollections.cs (4)
303int index = this.IndexOf(name); 312int nameIndex = this.IndexOf(name); 423IndexOf(name) >= 0; 474else if (!IsUniqueName(item.Name) && IndexOf(item.Name) != index)
Common\General\Chart.cs (1)
3001if (this._chartAreas.IndexOf(area.AlignWithChartArea)<0)
Common\General\Legend.cs (2)
2078if (this.Common.ChartPicture.Legends.IndexOf(series.Legend)<0) 4737 if(this.Common.ChartPicture.ChartAreas.IndexOf(this.DockedToChartArea) >= 0)
Common\General\Selection.cs (1)
2990if (ChartPicture.ChartAreas.IndexOf(areaName) != -1 && series.Enabled)
Common\General\Title.cs (1)
2077if (title.DockedToChartArea != Constants.NotSetValue && chartPicture.ChartAreas.IndexOf(title.DockedToChartArea)<0)