Spread for ASP.NET 11 Product Documentation
PointFill Property (PolarPointSeries)


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

Reference

PolarPointSeries Class
PolarPointSeries Members