Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / SunburstChart Class / ExtensionChartTitle Property


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

    This property provides access to an ExtensionChartTitle object that represents the extended ChartTitle defined within the SunburstChart's namespace.

    Note that setting the property automatically replaces any existing <cx:tx> element in the SunburstChart's XML.

    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