ComponentOne Gauges for WPF and Silverlight
GetGeometry Method (C1RadialGauge)

C1.WPF.Gauge Namespace > C1RadialGauge Class : GetGeometry Method
Syntax
'Declaration
 
Public Overrides Function GetGeometry( _
   ByVal startValue As System.Double, _
   ByVal endValue As System.Double, _
   ByVal yAxisStartLocation As System.Double, _
   ByVal yAxisEndLocation As System.Double, _
   ByVal relativeStartWidth As System.Double, _
   ByVal relativeEndWidth As System.Double _
) As System.Windows.Media.Geometry
public override System.Windows.Media.Geometry GetGeometry( 
   System.double startValue,
   System.double endValue,
   System.double yAxisStartLocation,
   System.double yAxisEndLocation,
   System.double relativeStartWidth,
   System.double relativeEndWidth
)

Parameters

startValue
endValue
yAxisStartLocation
yAxisEndLocation
relativeStartWidth
relativeEndWidth
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members