ComponentOne FlexReport for WinForms
IsLogarithmic Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart2DAxis Class : IsLogarithmic Property
Gets or sets a value indicating whether 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

Reference

Chart2DAxis Class
Chart2DAxis Members