AxisScaleView.MinSize Propriedade
Definição
Obtém ou define o tamanho mínimo do objeto AxisScaleView.Gets or sets the minimum size of the AxisScaleView object.
public:
property double MinSize { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public double MinSize { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.MinSize : double with get, set
Public Property MinSize As Double
Valor da propriedade
Um valor double que representa o tamanho mínimo da exibição de escala.A double that represents the minimum size of the scale view.
- Atributos