Axis.IsLogarithmic Właściwość

Definicja

Pobiera lub ustawia flagę, która wskazuje, czy oś jest logarytmika. Zera lub ujemne wartości danych nie są dozwolone na wykresach logarytmiczne.

public:
 property bool IsLogarithmic { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsLogarithmic { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsLogarithmic : bool with get, set
Public Property IsLogarithmic As Boolean

Wartość właściwości

Boolean

true jeśli oś jest logarytmika; w przeciwnym false razie .

Atrybuty

Dotyczy