Xceed Chart for WinForms v4.4 Documentation
Border Property (ChartText)


Xceed.Chart.Standard.v4.4 Assembly > Xceed.Chart.Standard Namespace > ChartText Class : Border Property
Controls the border applied on the text.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute("Controls the border of the text.")>
Public Property Border As LineProperties
'Usage
 
Dim instance As ChartText
Dim value As LineProperties
 
instance.Border = value
 
value = instance.Border
[Category("Appearance")]
[Description("Controls the border of the text.")]
public LineProperties Border {get; set;}
Remarks
By default the text is not rendered with border (border width is set to 0), but you can disable this at any time and thus achieve outlined texts. Note that using outlines slows down the text rendering.
Requirements

Target Platforms: Windows 7, 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

ChartText Class
ChartText Members