Click or drag to resize
NChartValueAxisIsLogarithmic Property
Flag determining if axis has logarithmic scale (true) or linear scale (false). The default value is false. The base of scale's logarithm is controlled by LogarithmBase property.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool IsLogarithmic { get; set; }

Property Value

Type: Boolean
See Also