Spread Windows Forms 12.0 Product Documentation
MajorGridLine Property (PolarAngleAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > PolarAngleAxis Class : MajorGridLine Property
Gets or sets the line used to draw the major grid lines.
Syntax
'Declaration
 
Public Property MajorGridLine As Line
'Usage
 
Dim instance As PolarAngleAxis
Dim value As Line
 
instance.MajorGridLine = value
 
value = instance.MajorGridLine
public Line MajorGridLine {get; set;}
Remarks
Value of null (Nothing in VB) indicates that the grid line is unset.
See Also

Reference

PolarAngleAxis Class
PolarAngleAxis Members