VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.Web.Services Namespace / VintasoftOfficeWebService Class / ChartTemplatesFileName Property
Syntax Requirements SeeAlso
In This Topic
    ChartTemplatesFileName Property (VintasoftOfficeWebService)
    In This Topic
    Returns the name of file that contains chart templates for the "Insert Chart" dialog.
    Syntax
    'Declaration
    
    Public Overridable ReadOnly Property ChartTemplatesFileName As String
    
    
    public virtual string ChartTemplatesFileName { get; }
    
    
    public: __property virtual string* get_ChartTemplatesFileName();
    
    
    
    public:
    virtual property string^ ChartTemplatesFileName { string^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also