7 types derived from ChartElementCollection
System.Web.DataVisualization (7)
Common\Annotation\PolygonAnnotation.cs (1)
1470public class AnnotationPathPointCollection : ChartElementCollection<AnnotationPathPoint>
Common\DataManager\DataPoint.cs (1)
263public class DataPointCollection : ChartElementCollection<DataPoint>
Common\General\BaseCollections.cs (1)
275public abstract class ChartNamedElementCollection<T> : ChartElementCollection<T>, INameController
Common\General\ImageMap.cs (1)
757public class MapAreasCollection : ChartElementCollection<MapArea>
Common\General\Label.cs (1)
160public class CustomLabelsCollection : ChartElementCollection<CustomLabel>
Common\General\Legend.cs (1)
5076public class LegendItemsCollection : ChartElementCollection<LegendItem>
Common\General\StripLine.cs (1)
92public class StripLinesCollection : ChartElementCollection<StripLine>
1 reference to ChartElementCollection
System.Web.DataVisualization (1)
Common\General\BaseCollections.cs (1)
100/// Initializes a new instance of the <see cref="ChartElementCollection&lt;T&gt;"/> class.