Axis.MaximumAutoSize Property

Definition

Gets or sets the maximum size of the axis, measured as a percentage of the chart area. This value is used by the automatic layout algorithm.

public:
 property float MaximumAutoSize { float get(); void set(float value); };
public float MaximumAutoSize { get; set; }
member this.MaximumAutoSize : single with get, set
Public Property MaximumAutoSize As Single

Property Value

A float value that represents the maximum size of the axis.

Applies to