2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Axis Class / IsLogarithmic Property

In This Topic
    IsLogarithmic Property
    In This Topic
    Gets or sets when the axis is scaled logarithmically.
    Syntax
    'Declaration
     
    Public Property IsLogarithmic As System.Boolean
    public System.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