2 writes to _headerPosition
System.Web.DataVisualization (2)
Common\General\Legend.cs (2)
490
this.
_headerPosition
= Rectangle.Empty;
510
this.
_headerPosition
= new Rectangle(
12 references to _headerPosition
System.Web.DataVisualization (12)
Common\General\Legend.cs (12)
515
this.
_headerPosition
.Height = Math.Max(this.
_headerPosition
.Height, 0);
518
legendPosition.Height -= this.
_headerPosition
.Height;
521
this.
_headerPosition
.Y += this.GetBorderSize();
530
legendPosition.Y + this._offset.Height + this.GetBorderSize() + this._titlePosition.Height + this.
_headerPosition
.Height,
4031
if(!this.
_headerPosition
.IsEmpty &&
4032
this.
_headerPosition
.Width > 0 &&
4033
this.
_headerPosition
.Height > 0)
4072
Rectangle rect = this.
_headerPosition
;
4213
Rectangle separatorRect = this.
_headerPosition
;
4252
if( Common.ProcessModeRegions && !this.
_headerPosition
.IsEmpty)
4254
Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this.
_headerPosition
), this, ChartElementType.LegendHeader, true );