2 implementations of IChartElement
System.Web.DataVisualization (2)
Common\General\BaseClasses.cs (1)
29
public abstract class ChartElement :
IChartElement
, IDisposable
Common\General\BaseCollections.cs (1)
30
public abstract class ChartElementCollection<T> : Collection<T>,
IChartElement
, IDisposable
25 references to IChartElement
System.Web.DataVisualization (25)
Common\Annotation\AnnotationCollection.cs (1)
111
internal AnnotationCollection(
IChartElement
parent) : base(parent)
Common\Borders3D\Borders3D.cs (1)
192
internal BorderSkin(
IChartElement
parent) : base (parent)
Common\Converters\DataManagerConverters.cs (3)
860
IChartElement
element = context.Instance as
IChartElement
;
869
element = list[0] as
IChartElement
;
Common\General\BaseClasses.cs (8)
33
private
IChartElement
_parent = null;
66
internal virtual
IChartElement
Parent
122
internal ChartElement(
IChartElement
parent)
145
IChartElement
IChartElement
.Parent
151
void
IChartElement
.Invalidate()
156
CommonElements
IChartElement
.Common
333
internal ChartNamedElement(
IChartElement
parent, string name) : base(parent)
Common\General\BaseCollections.cs (8)
35
private
IChartElement
_parent = null;
45
internal
IChartElement
Parent
103
internal ChartElementCollection(
IChartElement
parent)
218
IChartElement
IChartElement
.Parent
224
void
IChartElement
.Invalidate()
229
CommonElements
IChartElement
.Common
339
internal ChartNamedElementCollection(
IChartElement
parent)
Common\General\BaseInterfaces.cs (1)
25
IChartElement
Parent { get; set; }
Common\General\Label.cs (1)
562
internal override
IChartElement
Parent
Common\General\Title.cs (1)
2025
internal TitleCollection(
IChartElement
parent)
Common\Utilities\ElementPosition.cs (1)
111
internal ElementPosition(
IChartElement
parent)