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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.