ChartFont.FontStyle 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.
Returns or sets the font style. Read/write.
public:
property System::Object ^ FontStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object FontStyle { get; set; }
member this.FontStyle : obj with get, set
Public Property FontStyle As Object
Property Value
Object
Remarks
Changing this property may affect other ChartFont properties (such as Bold and Italic).