FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DAxis Class / IsLogarithmic Property

In This Topic
    IsLogarithmic Property (Chart2DAxis)
    In This Topic
    Gets or sets a value indicating whether the axis is scaled logarithmically.
    Syntax
    'Declaration
     
    Public Property IsLogarithmic As Boolean
    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