FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / MeasureString Method / MeasureString(String) Method
String to measure.

In This Topic
    MeasureString(String) Method
    In This Topic
    Measures size of string.
    Syntax
    'Declaration
     
    Overloads Function MeasureString( _
       ByVal s As String _
    ) As _Size
    _Size MeasureString( 
       string s
    )

    Parameters

    s
    String to measure.

    Return Value

    Size.
    See Also