Axis.LogarithmBase Propriedade

Definição

Obtém ou define um valor para a base do logaritmo para o eixo logarítmico.Gets or sets a value for the logarithm base for the logarithmic axis.

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

Valor da propriedade

Double

Um double valor que representa o valor base do logaritmo para o eixo logarítmica.A double value that represents the logarithm base value for the logarithmic axis. O valor padrão é base 10.The default value is base 10.

Atributos

Comentários

Essa propriedade só tem efeito quando a IsLogarithmic propriedade é definida como true .This property only has an effect when the IsLogarithmic property is set to true.

Observe que essa propriedade só é aplicável a eixos de valor, que são usados para plotar dados.Note that this property is only applicable to value axes, which are used to plot data. Definir essa propriedade para um eixo categórico resultará na geração de uma exceção.Setting this property for a categorical axis will result in an exception being thrown.

Aplica-se a