Xceed Words for .NET v3.0 Documentation
WrapPolygon Property (Chart)


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Chart Class : WrapPolygon Property
Gets/sets the list of points used to define the polygon inside the chart where no text can be drawn. This property will be used when the WrappingStyle property is set to WrapTight or WrapThrough. The top left of the chart has the (0,0) coordinate, while the bottom right has the (21600,21600) coordinate. Note that a minimum of 3 points are necessary in order to activate WrapPolygon. The default setting is null, but when the WrappingStyle property is set to WrapTight or WrapThrough, the default WrapPolygon will use the 4 corners of the chart for its points, meaning that there will be no text inside the chart.
Syntax
'Declaration
 
Public Property WrapPolygon As List(Of Point)
'Usage
 
Dim instance As Chart
Dim value As List(Of Point)
 
instance.WrapPolygon = value
 
value = instance.WrapPolygon
public List<Point> WrapPolygon {get; set;}
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

Reference

Chart Class
Chart Members