Spread Windows Forms 12.0 Product Documentation
MinorGridLine Property (RadarValueAxis)


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

Reference

RadarValueAxis Class
RadarValueAxis Members