Spread for ASP.NET 12 Product Documentation
LabelBorder Property


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Series Class : LabelBorder Property
Gets or sets the border around the data labels.
Syntax
'Declaration
 
Public Property LabelBorder As Line
'Usage
 
Dim instance As Series
Dim value As Line
 
instance.LabelBorder = value
 
value = instance.LabelBorder
public Line LabelBorder {get; set;}
Remarks
A value of null (Nothing in VB) indicates that the border will be automatically determined.
See Also

Reference

Series Class
Series Members