11 writes to Type
System.Windows.Forms.DataVisualization (11)
Common\General\ChartGraphics.cs (1)
1625
((HotRegion)common.HotRegionsList.List[common.HotRegionsList.List.Count - 1]).
Type
=
Common\General\Selection.cs (10)
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;
936
region.
Type
= type;
1008
region.
Type
= type;
1073
region.
Type
= type;
1112
region.
Type
= type;
1146
region.
Type
= type;
6 references to Type
System.Windows.Forms.DataVisualization (6)
Common\General\Selection.cs (6)
414
return String.Format(CultureInfo.CurrentCulture, "{0} of {1}", this.
Type
, objectType);
2049
if (!String.IsNullOrEmpty(alowedElements) && alowedElements.IndexOf(region.
Type
.ToString() + ";", StringComparison.Ordinal) == -1)
2126
region.
Type
,
2212
if (region.
Type
== ChartElementType.DataPoint)
2638
if (rgn.
Type
== elementType)
2640
switch (rgn.
Type
)