Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / BaseChart Class / WrapPolygon Property


In This Topic
    WrapPolygon Property (BaseChart)
    In This Topic
    Gets or sets the list of points used to define the polygon where no text can be drawn in the Chart
    Syntax
    'Declaration
     
    Public Property WrapPolygon As List(Of Point)
    'Usage
     
    Dim instance As BaseChart
    Dim value As List(Of Point)
     
    instance.WrapPolygon = value
     
    value = instance.WrapPolygon
    public List<Point> WrapPolygon {get; set;}
    Remarks

    The default value is null, but if the WrapStyle property is set to WrapTight or WrapThrough, this property's value will automatically default to the 4 corners of the Chart.

    Note that a minimum of 3 points is required for this property to work properly.

    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