12 types derived from ChartNamedElement
System.Web.DataVisualization (12)
Common\Annotation\AnnotationBase.cs (1)
160
public abstract class Annotation :
ChartNamedElement
, IChartMapArea
Common\DataManager\DataPoint.cs (1)
2821
public class DataPointCustomProperties :
ChartNamedElement
, IChartMapArea
Common\General\Axis.cs (1)
148
public partial class Axis :
ChartNamedElement
, IChartMapArea
Common\General\ChartArea.cs (1)
164
public partial class ChartArea :
ChartNamedElement
Common\General\ImageMap.cs (1)
162
public class MapArea :
ChartNamedElement
, IChartMapArea
Common\General\Label.cs (1)
421
public class CustomLabel :
ChartNamedElement
, IChartMapArea
Common\General\Legend.cs (2)
233
public class Legend :
ChartNamedElement
5175
public class LegendItem :
ChartNamedElement
, IChartMapArea
Common\General\LegendColumns.cs (2)
122
public class LegendCellColumn :
ChartNamedElement
, IChartMapArea
814
public class LegendCell :
ChartNamedElement
, IChartMapArea
Common\General\NamedImageCollection.cs (1)
80
public class NamedImage :
ChartNamedElement
Common\General\Title.cs (1)
188
public class Title :
ChartNamedElement
, IDisposable, IChartMapArea
12 references to ChartNamedElement
System.Web.DataVisualization (12)
Common\General\BaseClasses.cs (8)
311
/// Initializes a new instance of the <see cref="
ChartNamedElement
"/> class.
319
/// Initializes a new instance of the <see cref="
ChartNamedElement
"/> class.
329
/// Initializes a new instance of the <see cref="
ChartNamedElement
"/> class.
366
ChartNamedElement
_oldElement;
373
public
ChartNamedElement
OldElement
388
public NameReferenceChangedEventArgs(
ChartNamedElement
oldElement,
ChartNamedElement
newElement)
394
public NameReferenceChangedEventArgs(
ChartNamedElement
oldElement, string oldName, string newName)
Common\General\BaseCollections.cs (4)
276
where T :
ChartNamedElement
481
ChartNamedElement
removedElement = index<Count ? this[index] : null;
496
ChartNamedElement
removedElement = index < Count ? this[index] : null;
506
ChartNamedElement
defaultElement = this.Count > 0 ? this[0] : null;