Version

StartAngleOffset Method (NumericAngleAxis<T>)

Indicates the angle in degress that the chart's 0th angle should be offset.

This is a dependency property.

Syntax
'Declaration
 
Public Function StartAngleOffset( _
   ByVal startAngleOffset As System.Double _
) As NumericAngleAxis(Of T)
public NumericAngleAxis<T> StartAngleOffset( 
   System.double startAngleOffset
)

Parameters

startAngleOffset
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub