Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / CommonSeries Class / DataLabels Property


In This Topic
    DataLabels Property
    In This Topic
    Gets or sets the CommonSeriesDataLabels.
    Syntax
    'Declaration
     
    Public Overridable Property DataLabels As DataLabels
    'Usage
     
    Dim instance As CommonSeries
    Dim value As DataLabels
     
    instance.DataLabels = value
     
    value = instance.DataLabels
    public virtual DataLabels DataLabels {get; set;}
    Remarks

    This property provides access to a DataLabels object that defines how values are displayed on the Chart; it allows, for example, to show the names of categories or Series, display values, percentages or even custom labels.

    Note that setting the property will replace any existing <c:dLbls> element in the Series' 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