3 writes to singleWCharacterSize
System.Web.DataVisualization (3)
Common\General\Legend.cs (3)
448
this.
singleWCharacterSize
= chartGraph.MeasureStringAbs("W", this.Font);
915
this.
singleWCharacterSize
= chartGraph.MeasureStringAbs("W", this.Font);
1740
this.
singleWCharacterSize
= graph.MeasureStringAbs("W", (this.autofitFont == null) ? this.Font : this.autofitFont);
20 references to singleWCharacterSize
System.Web.DataVisualization (20)
Common\General\Legend.cs (20)
450
this.
singleWCharacterSize
.Width = doubleCharacterSize.Width - this.
singleWCharacterSize
.Width;
453
this._offset.Width = (int)Math.Ceiling(
singleWCharacterSize
.Width / 2f);
454
this._offset.Height = (int)Math.Ceiling(
singleWCharacterSize
.Width / 3f);
457
this._itemColumnSpacingRel = (int)(
singleWCharacterSize
.Width * (this._itemColumnSpacing / 100f));
760
this.
singleWCharacterSize
);
771
this.
singleWCharacterSize
);
917
this.
singleWCharacterSize
.Width = doubleCharacterSize.Width - this.
singleWCharacterSize
.Width;
920
this._offset.Width = (int)Math.Ceiling(
singleWCharacterSize
.Width / 2f);
921
this._offset.Height = (int)Math.Ceiling(
singleWCharacterSize
.Width / 3f);
922
this._itemColumnSpacingRel = (int)(
singleWCharacterSize
.Width * (this._itemColumnSpacing / 100f));
1742
this.
singleWCharacterSize
.Width = doubleCharacterSize.Width - this.
singleWCharacterSize
.Width;
1789
this.
singleWCharacterSize
);
1796
cellSize.Width = (int)Math.Max(cellSize.Width, legendColumn.MinimumWidth *
singleWCharacterSize
.Width / 100f);
1800
cellSize.Width = (int)Math.Min(cellSize.Width, legendColumn.MaximumWidth *
singleWCharacterSize
.Width / 100f);
1902
(int)Math.Max(subColumnSizes[currentColumn, currentSubColumn], legendColumn.MinimumWidth *
singleWCharacterSize
.Width / 100f);
1907
(int)Math.Min(subColumnSizes[currentColumn, currentSubColumn], legendColumn.MaximumWidth *
singleWCharacterSize
.Width / 100f);
2450
this.
singleWCharacterSize
);