AxisScaleView.Size Propiedad

Definición

Obtiene o establece el tamaño de la vista escalar.

public:
 property double Size { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public double Size { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Size : double with get, set
Public Property Size As Double

Valor de propiedad

Valor double que representa el tamaño de la vista escalar.

Atributos

Se aplica a