Spread Windows Forms 12.0 Product Documentation
RulerLine Property (PolarAngleAxis)


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

Reference

PolarAngleAxis Class
PolarAngleAxis Members