Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Chart Class / ChartTitle Property


In This Topic
    ChartTitle Property
    In This Topic
    Gets or sets the Chart's title.
    Syntax
    'Declaration
     
    Public Property ChartTitle As ChartTitle
    'Usage
     
    Dim instance As Chart
    Dim value As ChartTitle
     
    instance.ChartTitle = value
     
    value = instance.ChartTitle
    public ChartTitle ChartTitle {get; set;}
    Remarks

    This property provides access to a ChartTitle object that represents the title of the Chart.

    Note that setting the property will automatically replace any existing <c:title> element in the Chart's XML.

    Also note that setting this property to null will remove the Chart's title.

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also