1 write to _legendItemsAreaPosition
System.Windows.Forms.DataVisualization (1)
Common\General\Legend.cs (1)
528 this._legendItemsAreaPosition = new Rectangle(
14 references to _legendItemsAreaPosition
System.Windows.Forms.DataVisualization (14)
Common\General\Legend.cs (14)
540 this._legendItemsAreaPosition.Size, 601 this._legendItemsAreaPosition.Size, 647 this._legendItemsAreaPosition.Height -= this._truncatedDotsSize; 657 this._legendItemsAreaPosition.Size, 670 this._legendItemsAreaPosition.Height -= this._truncatedDotsSize; 686 this._legendItemsAreaPosition.Size, 765 cellPosition.Intersect(this._legendItemsAreaPosition); 806 Rectangle cellPosition = this._legendItemsAreaPosition; 2474 separatorPosition.Intersect(this._legendItemsAreaPosition); 2532 this._legendItemsAreaPosition.Height > this._truncatedDotsSize / 2) 2536 int step = (this._legendItemsAreaPosition.Width / 3) / markerCount; 2541 this._legendItemsAreaPosition.X + this._legendItemsAreaPosition.Width / 2 - step * (float)Math.Floor(markerCount/2f), 2542 this._legendItemsAreaPosition.Bottom + (this._truncatedDotsSize + this._offset.Height) / 2);