Returns the string width in pixels.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public virtual float GetCaptionStringWidth(
	Graphics graphics,
	string text
)
Visual Basic (Declaration)
Public Overridable Function GetCaptionStringWidth ( _
	graphics As Graphics, _
	text As String _
) As Single
Visual C++
public:
virtual float GetCaptionStringWidth(
	Graphics^ graphics, 
	String^ text
)

Parameters

graphics
Type: System.Drawing..::.Graphics
text
Type: System..::.String

See Also