Charting for WinForms Programmer's Guide
Length.GetAbsoluteLengthF Method
See Also
 






Calculates the absolute length corresponding to the specified argument, relative to the the specified area.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public float GetAbsoluteLengthF (
    double space
)

Visual Basic  Copy Code

Public Function GetAbsoluteLengthF( _
    space As Double _
) As Single

 Parameters

space
The space relative to which the absolute length is calculated.

 Return Value

The absolute length.

 See Also

Length Members
Length Structure
MindFusion.Gauges Namespace