Ch.Epyx.WindMobile.WP7.View.WindChartControl.GetAngleInRadian C# (CSharp) Method

GetAngleInRadian() private static method

private static GetAngleInRadian ( IChartPoint value ) : double
value IChartPoint
return double
        private static double GetAngleInRadian(IChartPoint value)
        {
            return Math.PI * (value.Value + 90.0) / 180.0;
        }