ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.IsLogarithmic Property

Gets or sets when the axis is scaled logarithmically.

[Visual Basic]

Public Property IsLogarithmic As Boolean

[C#]

public bool IsLogarithmic {get;set;}

[Delphi]

public property IsLogarithmic: Boolean read get_IsLogarithmic write set_IsLogarithmic;

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

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.