Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PolarRadiusAxis Class / LabelVisible Property


In This Topic
LabelVisible Property (PolarRadiusAxis)
In This Topic
Gets or sets whether the tick mark labels are visible.
Syntax
'Declaration
 
Public Property LabelVisible As Boolean
 
'Usage
 
Dim instance As PolarRadiusAxis
Dim value As Boolean
 
instance.LabelVisible = value
 
value = instance.LabelVisible
See Also