Axis.MaximumAutoSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.