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