Spread Windows Forms 12.0 Product Documentation
LabelVisible Property (ValueAxis)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ValueAxis Class : LabelVisible Property
Gets or sets whether the tick mark labels are visible.
Syntax
'Declaration
 
Public Property LabelVisible As Boolean
'Usage
 
Dim instance As ValueAxis
Dim value As Boolean
 
instance.LabelVisible = value
 
value = instance.LabelVisible
public bool LabelVisible {get; set;}
See Also

Reference

ValueAxis Class
ValueAxis Members