Axis.Maximum Propriedade

Definição

Obtém ou define o valor máximo de um eixo.Gets or sets the maximum value of an axis.

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

Valor da propriedade

Double

Um valor double que representa o valor máximo de um eixo.A double value that represents the maximum value of an axis. O valor padrão é NaN.The default value is NaN.

Atributos

Comentários

Para arredondar automaticamente os valores máximo e mínimo do eixo, chame o RoundAxisValues método.To automatically round the maximum and minimum axis values call the RoundAxisValues method. O Maximum valor deve ser maior que o Minimum valor.The Maximum value must be greater than the Minimum value.

Aplica-se a