AxisScaleView.Size Property

Definition

Gets or sets the size of the scale view.

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

Property Value

A double that represents the size of the scale view.

Attributes

Applies to