8 types derived from ChartNamedElementCollection
System.Windows.Forms.DataVisualization (8)
Common\Annotation\AnnotationCollection.cs (1)
78 public class AnnotationCollection : ChartNamedElementCollection<Annotation>
Common\DataManager\DataSeries.cs (1)
107public class SeriesCollection : ChartNamedElementCollection<Series>
Common\General\ChartAreaCollection.cs (1)
50public class ChartAreaCollection : ChartNamedElementCollection<ChartArea>
Common\General\Legend.cs (1)
4848public class LegendCollection : ChartNamedElementCollection<Legend>
Common\General\LegendColumns.cs (2)
2786public class LegendCellCollection : ChartNamedElementCollection<LegendCell> 2863public class LegendCellColumnCollection : ChartNamedElementCollection<LegendCellColumn>
Common\General\NamedImageCollection.cs (1)
54public class NamedImagesCollection : ChartNamedElementCollection<NamedImage>
Common\General\Title.cs (1)
2016public class TitleCollection : ChartNamedElementCollection<Title>
1 reference to ChartNamedElementCollection
System.Windows.Forms.DataVisualization (1)
Common\General\BaseCollections.cs (1)
336/// Initializes a new instance of the <see cref="ChartNamedElementCollection&lt;T&gt;"/> class.