1 write to DockedToChartArea
System.Web.DataVisualization (1)
Common\General\Title.cs (1)
2231
title.
DockedToChartArea
= e.NewName;
14 references to DockedToChartArea
System.Web.DataVisualization (14)
Common\General\Chart.cs (1)
2140
if (title.
DockedToChartArea
== Constants.NotSetValue &&
Common\General\Title.cs (13)
1277
if(this.
DockedToChartArea
.Length > 0 &&
1280
if(this.Chart.ChartAreas.IndexOf(this.
DockedToChartArea
) >= 0)
1283
ChartArea area = this.Chart.ChartAreas[this.
DockedToChartArea
];
1844
this.
DockedToChartArea
== Constants.NotSetValue)
2077
if (title.
DockedToChartArea
!= Constants.NotSetValue && chartPicture.ChartAreas.IndexOf(title.
DockedToChartArea
)<0)
2079
throw (new ArgumentException(SR.ExceptionChartTitleDockedChartAreaIsMissing((string)title.
DockedToChartArea
)));
2084
title.
DockedToChartArea
== area.Name &&
2173
if (title.
DockedToChartArea
!= Constants.NotSetValue)
2177
ChartArea area = chartPicture.ChartAreas[title.
DockedToChartArea
];
2181
throw(new ArgumentException( SR.ExceptionChartTitleDockedChartAreaIsMissing( (string)title.
DockedToChartArea
) ) );
2204
title.
DockedToChartArea
== area.Name &&
2230
if (title.
DockedToChartArea
== e.OldName)