163 references to ChartElementType
System.Windows.Forms.DataVisualization (163)
Common\Annotation\ArrowAnnotation.cs (1)
372
ChartElementType
.Annotation);
Common\Annotation\CalloutAnnotation.cs (2)
762
ChartElementType
.Annotation);
785
ChartElementType
.Annotation,
Common\Annotation\GroupAnnotation.cs (1)
964
ChartElementType
.Annotation,
Common\Annotation\ImageAnnotation.cs (1)
630
ChartElementType
.Annotation,
Common\Annotation\LineAnnotation.cs (1)
714
ChartElementType
.Annotation);
Common\Annotation\PolygonAnnotation.cs (1)
784
ChartElementType
.Annotation);
Common\Annotation\TextAnnotation.cs (2)
475
ChartElementType
.Annotation);
493
ChartElementType
.Annotation,
Common\ChartTypes\BarChart.cs (2)
852
ChartElementType
.DataPoint);
1856
ChartElementType
.DataPoint);
Common\ChartTypes\BoxPlotChart.cs (1)
904
ChartElementType
.DataPoint);
Common\ChartTypes\ColumnChart.cs (2)
1230
ChartElementType
.DataPoint);
1343
ChartElementType
.DataPoint);
Common\ChartTypes\ErrorBarChart.cs (1)
961
ChartElementType
.DataPoint);
Common\ChartTypes\FunnelChart.cs (1)
1646
ChartElementType
.DataPoint);
Common\ChartTypes\PieChart.cs (3)
1738
ChartElementType
.DataPoint);
1886
ChartElementType
.DataPoint);
5653
ChartElementType
.DataPoint);
Common\ChartTypes\PointChart.cs (1)
691
ChartElementType
.DataPoint);
Common\ChartTypes\RadarChart.cs (1)
1063
ChartElementType
.DataPoint);
Common\ChartTypes\StackedAreaChart.cs (2)
1015
ChartElementType
.DataPoint);
1502
ChartElementType
.DataPoint);
Common\ChartTypes\StackedBarChart.cs (2)
1069
ChartElementType
.DataPoint);
1836
ChartElementType
.DataPoint);
Common\ChartTypes\StackedColumnChart.cs (2)
1149
ChartElementType
.DataPoint);
1865
ChartElementType
.DataPoint);
Common\ChartTypes\StockChart.cs (1)
986
ChartElementType
.DataPoint);
Common\DataManager\DataPoint.cs (6)
1950
ChartElementType
.DataPoint);
2478
ChartElementType
.DataPoint,
2496
ChartElementType
.DataPoint,
2516
ChartElementType
.DataPoint,
2528
ChartElementType
.DataPoint,
2539
ChartElementType
.DataPoint,
Common\DataManager\DataSeries.cs (8)
1112
ChartElementType
.Nothing,
1124
ChartElementType
.Nothing,
1136
ChartElementType
.Nothing,
1148
ChartElementType
.Nothing,
1160
ChartElementType
.Nothing,
1172
ChartElementType
.Nothing,
1204
ChartElementType
elementType,
1326
internal string ReplaceOneKeyword(Chart chart, object obj, object objTag,
ChartElementType
elementType, string strOriginal, string keyword, double value, ChartValueType valueType, string defaultFormat)
Common\General\Axis.cs (9)
1983
transformedTitlePosition, this,
ChartElementType
.AxisTitle, false, false);
2095
this.Common.HotRegionsList.AddHotRegion(path, false,
ChartElementType
.Gridlines, obj);
2198
this.Common.HotRegionsList.AddHotRegion(path, false,
ChartElementType
.Gridlines, obj);
2455
this.Common.HotRegionsList.AddHotRegion(hotPath, false,
ChartElementType
.AxisTitle, this);
2740
ChartElementType
.Axis);
2804
ChartElementType
.Nothing
2834
ChartElementType
.Nothing
2865
ChartElementType
.Nothing
2897
ChartElementType
.Nothing
Common\General\AxisLabels.cs (6)
459
ChartElementType
.AxisLabels),
474
ChartElementType
.AxisLabels),
490
ChartElementType
.AxisLabels),
665
ChartElementType
.AxisLabels),
767
ChartElementType
.AxisLabels),
918
ChartElementType
.AxisLabels);
Common\General\Chart.cs (4)
4013
private
ChartElementType
_elementType =
ChartElementType
.Nothing;
4063
public
ChartElementType
ElementType
4088
internal FormatNumberEventArgs(double value, string format, ChartValueType valueType, string localizedValue, object senderTag,
ChartElementType
elementType)
Common\General\ChartArea.cs (1)
2106
Common.HotRegionsList.AddHotRegion(backgroundPosition, this,
ChartElementType
.PlottingArea, true);
Common\General\ChartGraphics.cs (4)
1626
ChartElementType
.DataPointLabel;
1812
common.HotRegionsList.AddHotRegion(Rectangle.Round(absPosition), label,
ChartElementType
.AxisLabels, false, true);
2269
ChartElementType
.AxisLabels);
2360
ChartElementType
.AxisLabelImage);
Common\General\ChartGraphics3D.cs (8)
344
ChartElementType
chartElementType = obj is StripLine ?
ChartElementType
.StripLines :
ChartElementType
.Gridlines;
418
ChartElementType
type
427
if (common.ProcessModeRegions && type !=
ChartElementType
.Nothing)
796
ChartElementType
.DataPoint);
924
ChartElementType
.DataPoint);
1062
ChartElementType
.DataPoint);
Common\General\GridTickMarks.cs (7)
509
ChartElementType
.TickMarks,
517
Axis.Common.HotRegionsList.AddHotRegion(rect, this,
ChartElementType
.TickMarks, true);
752
Axis.Common.HotRegionsList.AddHotRegion(rect, this,
ChartElementType
.TickMarks, true);
987
ChartElementType
.TickMarks
1003
ChartElementType
.TickMarks
1511
common.HotRegionsList.AddHotRegion(path, true,
ChartElementType
.Gridlines, this);
1606
common.HotRegionsList.AddHotRegion(path, true,
ChartElementType
.Gridlines, this);
Common\General\Label.cs (2)
346
ChartElementType
.AxisLabels);
1292
ChartElementType
.AxisLabels,
Common\General\Legend.cs (4)
1651
Common.HotRegionsList.AddHotRegion(this.Position.ToRectangleF(), this,
ChartElementType
.LegendArea, true);
2197
ChartElementType
.LegendItem);
2425
Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this._titlePosition), this,
ChartElementType
.LegendTitle, true );
4254
Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this._headerPosition), this,
ChartElementType
.LegendHeader, true );
Common\General\LegendColumns.cs (1)
1987
ChartElementType
.LegendItem,
Common\General\Selection.cs (69)
235
private
ChartElementType
_type =
ChartElementType
.Nothing;
358
internal
ChartElementType
Type
552
region.Type =
ChartElementType
.DataPoint;
632
region.Type =
ChartElementType
.DataPoint;
715
region.Type =
ChartElementType
.DataPoint;
781
region.Type =
ChartElementType
.DataPoint;
866
region.Type =
ChartElementType
.DataPoint;
903
internal void AddHotRegion( RectangleF rectArea, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject,
ChartElementType
type, string series )
974
ChartElementType
type,
1040
internal void AddHotRegion( ChartGraphics graph, GraphicsPath path, bool relativePath, string toolTip, string hRef, string mapAreaAttributes, string postBackValue, object selectedObject,
ChartElementType
type )
1091
internal void AddHotRegion( RectangleF rectArea, object selectedObject,
ChartElementType
type, bool relativeCoordinates )
1104
internal void AddHotRegion( RectangleF rectArea, object selectedObject,
ChartElementType
type, bool relativeCoordinates, bool insertAtBeginning )
1136
ChartElementType
type,
1239
private
ChartElementType
_type =
ChartElementType
.Nothing;
1309
public
ChartElementType
ChartElementType
2008
internal HitTestResult[] HitTest(int x, int y, bool ignoreTransparent, params
ChartElementType
[] requestedElementTypes)
2022
foreach (
ChartElementType
elementType in requestedElementTypes)
2157
result.Add(this.GetHitTestResult(String.Empty, 0,
ChartElementType
.Nothing, null, null));
2172
return this.HitTest(x, y, false, new
ChartElementType
[] {})[0];
2186
return this.HitTest(x, y, ignoreTransparent, new
ChartElementType
[] { })[0];
2198
public HitTestResult HitTest(int x, int y,
ChartElementType
requestedElement)
2212
if (region.Type ==
ChartElementType
.DataPoint)
2296
ChartElementType
type,
2323
case
ChartElementType
.Axis:
2331
case
ChartElementType
.DataPoint:
2344
case
ChartElementType
.DataPointLabel:
2357
case
ChartElementType
.Gridlines:
2365
case
ChartElementType
.LegendArea:
2369
case
ChartElementType
.LegendItem:
2374
case
ChartElementType
.PlottingArea:
2379
case
ChartElementType
.StripLines:
2387
case
ChartElementType
.TickMarks:
2395
case
ChartElementType
.Title:
2399
case
ChartElementType
.AxisLabels:
2407
case
ChartElementType
.AxisLabelImage:
2415
case
ChartElementType
.AxisTitle:
2465
case
ChartElementType
.Annotation:
2483
internal ChartElementOutline GetChartElementOutline(object chartObject,
ChartElementType
elementType)
2509
private GraphicsPath GetGraphicsPath(IList markers, object chartObject,
ChartElementType
elementType)
2513
if (chartArea != null && elementType ==
ChartElementType
.PlottingArea)
2517
if (elementType !=
ChartElementType
.DataPoint &&
2518
elementType !=
ChartElementType
.Gridlines &&
2519
elementType !=
ChartElementType
.StripLines &&
2520
elementType !=
ChartElementType
.TickMarks &&
2529
if (elementType ==
ChartElementType
.DataPointLabel)
2628
private HotRegion[] GetHotRegions(object cntxObj,
ChartElementType
elementType)
2642
case
ChartElementType
.LegendItem:
2652
case
ChartElementType
.AxisLabelImage:
2653
case
ChartElementType
.AxisLabels:
2689
case
ChartElementType
.DataPointLabel:
2690
case
ChartElementType
.DataPoint:
2747
private ArrayList GetMarkersFromRegions(object chartObject,
ChartElementType
elementType)
2820
if (dataPoint != null && elementType !=
ChartElementType
.DataPointLabel)
2838
if (axis != null && elementType ==
ChartElementType
.AxisTitle)
2899
private ArrayList GetMarkers(object chartObject,
ChartElementType
elementType)
2912
elementType ==
ChartElementType
.AxisLabelImage ||
2913
elementType ==
ChartElementType
.AxisLabels ||
2914
elementType ==
ChartElementType
.AxisTitle
2931
if (elementType ==
ChartElementType
.DataPointLabel)
3095
IList list1 = this.GetMarkers(rect1,
ChartElementType
.Axis);
3135
IList list1 = this.GetMarkers(area.PlotAreaPosition.ToRectangleF(),
ChartElementType
.PlottingArea);
3138
list1 = this.GetMarkers(area.lastAreaPosition,
ChartElementType
.PlottingArea);
3168
private ArrayList GetMarkers(RectangleF rect,
ChartElementType
elementType)
3180
if ((elementType !=
ChartElementType
.Nothing) && (elementType !=
ChartElementType
.PlottingArea))
3325
private RectangleF GetHotRegionRectangle(HotRegion rgn, RectangleF unionWith,
ChartElementType
elementType)
3340
if (elementType ==
ChartElementType
.AxisLabels)
Common\General\StripLine.cs (4)
422
common.HotRegionsList.AddHotRegion(rect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this,
ChartElementType
.StripLines, string.Empty);
499
common.HotRegionsList.AddHotRegion( lineRect, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this,
ChartElementType
.StripLines, string.Empty );
550
this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this,
ChartElementType
.StripLines );
600
this.Axis.Common.HotRegionsList.AddHotRegion( graph, path, false, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this,
ChartElementType
.StripLines );
Common\General\Title.cs (1)
1688
Common.HotRegionsList.AddHotRegion( titlePosition, this.ToolTip, this.Url, this.MapAreaAttributes, this.PostBackValue, this,
ChartElementType
.Title, string.Empty );
Common\Utilities\ValueConverter.cs (1)
68
ChartElementType
elementType)