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

In This Topic
    GetGeometry Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetGeometry( _
       ByVal startValue As Double, _
       ByVal endValue As Double, _
       ByVal yAxisStartLocation As Double, _
       ByVal yAxisEndLocation As Double, _
       ByVal relativeStartWidth As Double, _
       ByVal relativeEndWidth As Double _
    ) As Geometry

    Parameters

    startValue
    endValue
    yAxisStartLocation
    yAxisEndLocation
    relativeStartWidth
    relativeEndWidth
    See Also