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

In This Topic
    GetTransform Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetTransform( _
       ByVal value As Double, _
       ByVal yAxisLocation As Double, _
       ByVal rotate As Boolean _
    ) As Transform
    public override Transform GetTransform( 
       double value,
       double yAxisLocation,
       bool rotate
    )

    Parameters

    value
    yAxisLocation
    rotate
    See Also