Gets or sets when the axis is scaled logarithmically.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(false)]
[XmlAttributeAttribute]
public bool IsLogarithmic { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(False)> _
<XmlAttributeAttribute> _
Public Property IsLogarithmic As Boolean
	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