MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.IsValidAngle Method
See Also
 






Checks if the given value is valid value for an angle.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public static bool IsValidAngle (
    Object value
)

Visual Basic  Copy Code

Public Shared Function IsValidAngle( _
    value As Object _
) As Boolean

 Parameters

value

The value to check.

 Return Value

true if the value is valie value for an angle; otherwise false.

 Remarks

This method is used by the control and is not intended to be called directly from your code.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace