[]
        
(Showing Draft Content)

C1.Win.C1Chart.Axis.IsLogarithmic

IsLogarithmic Property

IsLogarithmic

Gets or sets when the axis is scaled logarithmically.

Declaration
public bool IsLogarithmic { get; set; }
Remarks

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.

See Also