Sdílet prostřednictvím


Axis.IsLogarithmic Vlastnost

Definice

Získá nebo nastaví příznak, který určuje, jestli je osa logaritmická. V logaritmických grafech nejsou povolené nuly ani záporné hodnoty dat.

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

Hodnota vlastnosti

Boolean

true pokud je osa logaritmická; v opačném případě false .

Atributy

Platí pro