Axis.IsLogarithmic Propiedad

Definición

Obtiene o establece una marca que indica si el eje es logarítmico. No se permiten ceros ni valores de datos negativos en gráficos logarítmicos.

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

Valor de propiedad

Boolean

Es true si el eje es logarítmico; de lo contrario, es false.

Atributos

Se aplica a