Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
18 references to Dispose
System.Web.DataVisualization (18)
Common\Annotation\GroupAnnotation.cs (1)
987this.annotations.Dispose();
Common\Annotation\PolygonAnnotation.cs (1)
1169_pathPoints.Dispose();
Common\DataManager\DataManager.cs (1)
1175_series.Dispose();
Common\DataManager\DataSeries.cs (2)
2679this._points.Dispose(); 2684this.fakeDataPoints.Dispose();
Common\General\Axis.cs (3)
6480_stripLines.Dispose(); 6485_customLabels.Dispose(); 6490tempLabels.Dispose();
Common\General\Chart.cs (5)
3827_legends.Dispose(); 3832_titles.Dispose(); 3837_chartAreas.Dispose(); 3842_annotations.Dispose(); 3863_mapAreas.Dispose();
Common\General\Legend.cs (4)
4813legendItems.Dispose(); 4818_cellColumns.Dispose(); 4823_customLegends.Dispose(); 6273_cells.Dispose();
WebForm\ChartWebControl.cs (1)
3235_namedImages.Dispose();