Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / TextFrame Property


In This Topic
    TextFrame Property (IChartFormat)
    In This Topic
    Gets an GrapeCity.Spreadsheet.Drawing.ITextFrame object that contains text formatting for the specified chart element.
    Syntax
    'Declaration
     
    ReadOnly Property TextFrame As ITextFrame
    'Usage
     
    Dim instance As IChartFormat
    Dim value As ITextFrame
     
    value = instance.TextFrame
    ITextFrame TextFrame {get;}
    See Also