Bearbeiten

Axis.IsLabelAutoFit Property

Definition

Gets or sets a flag that determines whether axis labels are automatically fitted.

public:
 property bool IsLabelAutoFit { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsLabelAutoFit { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsLabelAutoFit : bool with get, set
Public Property IsLabelAutoFit As Boolean

Property Value

true if axis labels are automatically fitted; otherwise, False.

Attributes

Applies to