Axis.LabelAutoFitMaxFontSize Property

Definition

Gets or sets the maximum font size that can be used by the label auto-fitting algorithm.

public:
 property int LabelAutoFitMaxFontSize { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public int LabelAutoFitMaxFontSize { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelAutoFitMaxFontSize : int with get, set
Public Property LabelAutoFitMaxFontSize As Integer

Property Value

An integer value that specifies the maximum font size that can be used by the label auto-fitting algorithm.

Attributes

Remarks

The font size cannot be less than 5.

Applies to