Edit

Share via


ChartFont.Superscript Property

Definition

Gets and sets if the font has been rendered smaller and slightly above the level of the surrounding text. Read/write.

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

Property Value

Object set to True if the font is formatted as superscript; otherwise False.

Remarks

False by default

Applies to