Axis.LabelAutoFitMinFontSize Property

Definition

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

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

Property Value

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

Attributes

Applies to