9 types derived from ChartElement
System.Web.DataVisualization (9)
Common\Annotation\PolygonAnnotation.cs (1)
1570public class AnnotationPathPoint: ChartElement
Common\Borders3D\Borders3D.cs (1)
158public class BorderSkin : ChartElement
Common\DataManager\DataManager.cs (1)
59 internal class DataManager : ChartElement, IServiceProvider
Common\General\BaseClasses.cs (1)
262public abstract class ChartNamedElement : ChartElement
Common\General\Chart.cs (1)
1445internal class ChartPicture : ChartElement, IServiceProvider
Common\General\ChartGraphics.cs (1)
150public partial class ChartGraphics : ChartElement
Common\General\Label.cs (1)
1068public class LabelStyle : ChartElement
Common\General\StripLine.cs (1)
127public class StripLine : ChartElement, IChartMapArea
Common\Utilities\ElementPosition.cs (1)
83public class ElementPosition : ChartElement
3 references to ChartElement
System.Web.DataVisualization (3)
Common\General\BaseClasses.cs (2)
112/// Initializes a new instance of the <see cref="ChartElement"/> class. 119/// Initializes a new instance of the <see cref="ChartElement"/> class.
Common\General\BaseCollections.cs (1)
31where T : ChartElement