Spread for ASP.NET 11 Product Documentation
AreaBorder Property (RadarAreaSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > RadarAreaSeries Class : AreaBorder Property
Gets or sets the area border for the series.
Syntax
'Declaration
 
Public Property AreaBorder As Line
'Usage
 
Dim instance As RadarAreaSeries
Dim value As Line
 
instance.AreaBorder = value
 
value = instance.AreaBorder
public Line AreaBorder {get; set;}
Remarks
Value of null (Nothing in VB) indicates that the area border is unset for the series.
See Also

Reference

RadarAreaSeries Class
RadarAreaSeries Members