2 references to LogarithmBase
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (2)
2763 yValue = Math.Abs(Math.Log( yValue, this.Area.AxisY.LogarithmBase )); 2786 return Math.Abs(Math.Log( point.XValue, this.Area.AxisX.LogarithmBase ));