3 writes to totlaGroupingLabelsSize
System.Windows.Forms.DataVisualization (3)
Common\General\Axis.cs (3)
3982this.totlaGroupingLabelsSize = GetGroupLablesToatalSize(); 5264this.totlaGroupingLabelsSize = 0; 5364this.totlaGroupingLabelsSize = this.GetGroupLablesToatalSize();
27 references to totlaGroupingLabelsSize
System.Windows.Forms.DataVisualization (27)
Common\General\Axis.cs (8)
3988this.labelSize -= this.totlaGroupingLabelsSize; 4014this.labelSize += this.totlaGroupingLabelsSize; 5084float oldLabelSecondRowSize = totlaGroupingLabelsSize; 5143this.totlaGroupingLabelsSizeAdjustment = oldLabelSecondRowSize - totlaGroupingLabelsSize; 5415if (maxAxisElementsSize - this.totlaGroupingLabelsSize > 55) 5417maxElementSize = 55 + this.totlaGroupingLabelsSize; 5422(maxElementSize - this.totlaGroupingLabelsSize - otherElementsSize - elementSpacing); 5427(maxElementSize - this.totlaGroupingLabelsSize - otherElementsSize - elementSpacing);
Common\General\Label.cs (19)
1444if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 1448boundaryRect.X += _axis.totlaGroupingLabelsSize; 1449boundaryRect.Width -= _axis.totlaGroupingLabelsSize; 1453boundaryRect.Width -= _axis.totlaGroupingLabelsSize; 1457boundaryRect.Y += _axis.totlaGroupingLabelsSize; 1458boundaryRect.Height -= _axis.totlaGroupingLabelsSize; 1462boundaryRect.Height -= _axis.totlaGroupingLabelsSize; 1701rect.X = rect.Right - _axis.totlaGroupingLabelsSize - _axis.totlaGroupingLabelsSizeAdjustment;// + Axis.elementSpacing * 0.25f; 1719rect.Y = rect.Bottom - _axis.totlaGroupingLabelsSize - _axis.totlaGroupingLabelsSizeAdjustment; 2037if (boundaryRect != RectangleF.Empty && _axis.totlaGroupingLabelsSize > 0) 2041boundaryRect.X += _axis.totlaGroupingLabelsSize; 2042boundaryRect.Width -= _axis.totlaGroupingLabelsSize; 2046boundaryRect.Width -= _axis.totlaGroupingLabelsSize; 2050boundaryRect.Y += _axis.totlaGroupingLabelsSize; 2051boundaryRect.Height -= _axis.totlaGroupingLabelsSize; 2055boundaryRect.Height -= _axis.totlaGroupingLabelsSize; 2220rect.X = rect.Right - _axis.totlaGroupingLabelsSize - _axis.totlaGroupingLabelsSizeAdjustment;// + Axis.elementSpacing * 0.25f; 2238rect.Y = rect.Bottom - _axis.totlaGroupingLabelsSize - _axis.totlaGroupingLabelsSizeAdjustment; 2465labelPositionPoints[0] = new Point3D(initialRect.X, initialRect.Bottom - _axis.totlaGroupingLabelsSize - _axis.totlaGroupingLabelsSizeAdjustment, labelsZPosition);