Version

ScaleType Property

Returns or sets a value indicating whether the axis scale is linear or logarithmic.
Syntax
public ScaleType ScaleType {get; set;}
Remarks

This property is only applicable for value axes.

Logarithmic scaling is not supported for axes which are associated with a series that contains negative values.

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