10 implementations of IChartMapArea
System.Web.DataVisualization (10)
Common\Annotation\AnnotationBase.cs (1)
160public abstract class Annotation : ChartNamedElement, IChartMapArea
Common\DataManager\DataPoint.cs (1)
2821public class DataPointCustomProperties : ChartNamedElement, IChartMapArea
Common\General\Axis.cs (1)
148 public partial class Axis : ChartNamedElement, IChartMapArea
Common\General\ImageMap.cs (1)
162public class MapArea : ChartNamedElement, IChartMapArea
Common\General\Label.cs (1)
421public class CustomLabel : ChartNamedElement, IChartMapArea
Common\General\Legend.cs (1)
5175public class LegendItem : ChartNamedElement, IChartMapArea
Common\General\LegendColumns.cs (2)
122public class LegendCellColumn : ChartNamedElement, IChartMapArea 814public class LegendCell : ChartNamedElement, IChartMapArea
Common\General\StripLine.cs (1)
127public class StripLine : ChartElement, IChartMapArea
Common\General\Title.cs (1)
188public class Title : ChartNamedElement, IDisposable, IChartMapArea
6 references to IChartMapArea
System.Web.DataVisualization (6)
Common\General\Selection.cs (6)
619((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 702((IChartMapArea)_common.ChartPicture.MapAreas[i]).Tag = ((IChartMapArea)point).Tag; 922((IChartMapArea)selectedObject).Tag); 994((IChartMapArea)selectedObject).Tag);