Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ExtensionDataLabels Class / Visibility Property


In This Topic
    Visibility Property
    In This Topic
    Gets or sets the options related to the visibility of various elements that can be displayed in DataLabels.
    Syntax
    'Declaration
     
    Public Property Visibility As DataLabelVisibility
    'Usage
     
    Dim instance As ExtensionDataLabels
    Dim value As DataLabelVisibility
     
    instance.Visibility = value
     
    value = instance.Visibility
    public DataLabelVisibility Visibility {get; set;}
    Remarks
    To know more about these options, please see the DataLabelVisibility class.
    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