Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
17 references to Dispose
System.Windows.Forms.DataVisualization (17)
Common\Annotation\GroupAnnotation.cs (1)
987
this.annotations.
Dispose
();
Common\Annotation\PolygonAnnotation.cs (1)
1169
_pathPoints.
Dispose
();
Common\DataManager\DataManager.cs (1)
1175
_series.
Dispose
();
Common\DataManager\DataSeries.cs (2)
2679
this._points.
Dispose
();
2684
this.fakeDataPoints.
Dispose
();
Common\General\Axis.cs (3)
6480
_stripLines.
Dispose
();
6485
_customLabels.
Dispose
();
6490
tempLabels.
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)
4813
legendItems.
Dispose
();
4818
_cellColumns.
Dispose
();
4823
_customLegends.
Dispose
();
6273
_cells.
Dispose
();