Spread Windows Forms 12.0 Product Documentation
AreaBorder Property (HighLowAreaSeries)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > HighLowAreaSeries Class : AreaBorder Property
Gets or sets the area border for the series.
Syntax
'Declaration
 
Public Property AreaBorder As Line
'Usage
 
Dim instance As HighLowAreaSeries
Dim value As Line
 
instance.AreaBorder = value
 
value = instance.AreaBorder
public Line AreaBorder {get; set;}

Property Value

Line object containing the border
Remarks
Value of null (Nothing in VB) indicates that the area border is unset for the series.
See Also

Reference

HighLowAreaSeries Class
HighLowAreaSeries Members