Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / DataLabelsBase Class / Position Property


In This Topic
    Position Property (DataLabelsBase)
    In This Topic
    Gets or sets the position of the DataLabels in relation to the Markers.
    Syntax
    'Declaration
     
    Public Overridable Property Position As Nullable(Of DataLabelPositionType)
    'Usage
     
    Dim instance As DataLabelsBase
    Dim value As Nullable(Of DataLabelPositionType)
     
    instance.Position = value
     
    value = instance.Position
    public virtual Nullable<DataLabelPositionType> Position {get; set;}
    Remarks
    A list of the available positions can be found in the DataLabelPositionType enumeration.
    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