ChartFont.Subscript 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.
Gets and sets if the font has been rendered smaller and slightly beneath the level of the surrounding text. Read/write.
public:
property System::Object ^ Subscript { System::Object ^ get(); void set(System::Object ^ value); };
public object Subscript { get; set; }
member this.Subscript : obj with get, set
Public Property Subscript As Object
Property Value
Object set to True if the font is formatted as subscript; otherwise False.
Remarks
False by default