ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / OffsetToThickness Method

In This Topic
    OffsetToThickness Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function OffsetToThickness( _
       ByVal offset As Double, _
       ByVal axis As C1GaugeAxis _
    ) As Double
    public override double OffsetToThickness( 
       double offset,
       C1GaugeAxis axis
    )

    Parameters

    offset
    axis
    See Also