ComponentOne FlexChart for WinForms
AxisLine Property


C1.Win.Chart Namespace > Axis Class : AxisLine Property
Gets or sets a value indicating whether the axis line is visible.
Syntax
'Declaration
 
Public Property AxisLine As Boolean
'Usage
 
Dim instance As Axis
Dim value As Boolean
 
instance.AxisLine = value
 
value = instance.AxisLine
public bool AxisLine {get; set;}
See Also

Reference

Axis Class
Axis Members