Version

YAxisIsLogarithmic Property (CategoryChartView)

Gets or sets whether the Y-axis should use a logarithmic scale instead of a linear one.
Syntax
public bool YAxisIsLogarithmic {get; set;}
Remarks
Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also