9 references to MeasureStringAbs
System.Web.DataVisualization (9)
Common\General\Legend.cs (8)
448 this.singleWCharacterSize = chartGraph.MeasureStringAbs("W", this.Font); 449 Size doubleCharacterSize = chartGraph.MeasureStringAbs("WW", this.Font); 915 this.singleWCharacterSize = chartGraph.MeasureStringAbs("W", this.Font); 916 Size doubleCharacterSize = chartGraph.MeasureStringAbs("WW", this.Font); 1740 this.singleWCharacterSize = graph.MeasureStringAbs("W", (this.autofitFont == null) ? this.Font : this.autofitFont); 1741 Size doubleCharacterSize = graph.MeasureStringAbs("WW", (this.autofitFont == null) ? this.Font : this.autofitFont); 1892 Size headerTextSize = graph.MeasureStringAbs(legendColumn.HeaderText + "I", legendColumn.HeaderFont); 4009 headerSize = chartGraph.MeasureStringAbs(
Common\General\LegendColumns.cs (1)
1530 cellSize = graph.MeasureStringAbs(cellText + "I", cellFont);