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