7 types derived from ChartElementCollection
System.Web.DataVisualization (7)
Common\Annotation\PolygonAnnotation.cs (1)
1470
public class AnnotationPathPointCollection :
ChartElementCollection
<AnnotationPathPoint>
Common\DataManager\DataPoint.cs (1)
263
public class DataPointCollection :
ChartElementCollection
<DataPoint>
Common\General\BaseCollections.cs (1)
275
public abstract class ChartNamedElementCollection<T> :
ChartElementCollection
<T>, INameController
Common\General\ImageMap.cs (1)
757
public class MapAreasCollection :
ChartElementCollection
<MapArea>
Common\General\Label.cs (1)
160
public class CustomLabelsCollection :
ChartElementCollection
<CustomLabel>
Common\General\Legend.cs (1)
5076
public class LegendItemsCollection :
ChartElementCollection
<LegendItem>
Common\General\StripLine.cs (1)
92
public 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
<T>"/> class.