FlexReport for WinForms
IsLogarithmic プロパティ (Chart2DAxis)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > Chart2DAxis クラス : IsLogarithmic プロパティ
Gets or sets a value indicating whether the axis is scaled logarithmically.
シンタックス
'宣言
 
Public Property IsLogarithmic As System.Boolean
'使用法
 
Dim instance As Chart2DAxis
Dim value As System.Boolean
 
instance.IsLogarithmic = value
 
value = instance.IsLogarithmic
public System.bool IsLogarithmic {get; set;}
解説
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.
参照

参照

Chart2DAxis クラス
Chart2DAxis メンバ