ComponentOne Gauges for WPF and Silverlight
C1.Silverlight.Gauge Namespace / C1Gauge Class / OffsetToThickness Method
Logical offset
Axis in which calculate the offset.

In This Topic
    OffsetToThickness Method (C1Gauge)
    In This Topic
    Converts a logical offset value to width in the screen.
    Syntax
    'Declaration
     
    
    Public MustOverride Function OffsetToThickness( _
       ByVal offset As Double, _
       ByVal axis As C1GaugeAxis _
    ) As Double
    public abstract double OffsetToThickness( 
       double offset,
       C1GaugeAxis axis
    )

    Parameters

    offset
    Logical offset
    axis
    Axis in which calculate the offset.

    Return Value

    The value in pixels.
    See Also