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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.