In This Topic
Gets or sets a value indicating whether to draw axis line.
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;}
public:
property bool AxisLine {
bool get();
void set ( bool value);
}
See Also