ChartTitle.AutoScaleFont Property

Definition

Determines if the text in the object changes font size when the object size changes.

public:
 property System::Object ^ AutoScaleFont { System::Object ^ get(); void set(System::Object ^ value); };
public object AutoScaleFont { get; set; }
member this.AutoScaleFont : obj with get, set
Public Property AutoScaleFont As Object

Property Value

An Object set to True if the text in the object changes font size when the object size changes, otherwise False

Remarks

The default value is True.

Applies to