[]
Gets or sets when the axis is scaled logarithmically.
public bool IsLogarithmic { get; set; }
Public Property IsLogarithmic As Boolean
Logarithmic scaling does not make mathematical sense when values are less than or equal to zero. Therefore, negative and zero values are not plotted against axes that have the IsLogarithmic property set to true.