2 writes to _titlePosition
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
466
this.
_titlePosition
= Rectangle.Empty;
473
this.
_titlePosition
= new Rectangle(
14 references to _titlePosition
System.Web.DataVisualization (14)
Common\General\Legend.cs (14)
480
legendPosition.Height -= this.
_titlePosition
.Height;
483
this.
_titlePosition
.Y += this.GetBorderSize();
512
legendPosition.Location.Y + this.
_titlePosition
.Height,
514
Math.Min(legendPosition.Height - this.
_titlePosition
.Height, highestHeader.Height));
530
legendPosition.Y + this._offset.Height + this.GetBorderSize() + this.
_titlePosition
.Height + this._headerPosition.Height,
2423
if( Common.ProcessModeRegions && !this.
_titlePosition
.IsEmpty)
2425
Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this.
_titlePosition
), this, ChartElementType.LegendTitle, true );
2493
separatorRect.Y += this.GetBorderSize() + this.
_titlePosition
.Height;
2494
separatorRect.Height -= 2 * this.GetBorderSize() + this.
_titlePosition
.Height;
4099
if(this.
_titlePosition
.Height <= 0)
4268
!this.
_titlePosition
.IsEmpty)
4286
Rectangle fillRect = this.
_titlePosition
;
4315
Rectangle rect = this.
_titlePosition
;
4332
Rectangle separatorPosition = this.
_titlePosition
;