1 write to _chart
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\AccessibleObject.cs (1)
62
this.
_chart
= chart;
18 references to _chart
System.Windows.Forms.DataVisualization (18)
WinForm\Utilities\AccessibleObject.cs (18)
148
if (this.
_chart
!= null)
151
foreach (Title title in this.
_chart
.Titles)
164
foreach (Legend legend in this.
_chart
.Legends)
170
foreach (ChartArea chartArea in this.
_chart
.ChartAreas)
176
foreach (Annotation annotation in this.
_chart
.Annotations)
261
if (this.
_chart
!= null &&
262
this.
_chart
.chartPicture != null &&
263
this.
_chart
.chartPicture.Common != null &&
264
this.
_chart
.chartPicture.Common.HotRegionsList != null)
267
if (this.
_chart
.chartPicture.Common.HotRegionsList.List == null ||
268
this.
_chart
.chartPicture.Common.HotRegionsList.List.Count == 0)
270
this.
_chart
.HitTest(0, 0);
274
foreach (HotRegion hotRegion in this.
_chart
.chartPicture.Common.HotRegionsList.List)
304
absolute.X = bounds.X * (this.
_chart
.Width - 1) / 100F;
305
absolute.Y = bounds.Y * (this.
_chart
.Height - 1) / 100F;
306
absolute.Width = bounds.Width * (this.
_chart
.Width - 1) / 100F;
307
absolute.Height = bounds.Height * (this.
_chart
.Height - 1) / 100F;
331
rect = this.
_chart
.RectangleToScreen(rect);