ChartArea.AutoScaleFont 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.
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.
Remarks
The default value is True