ComponentOne Chart for WPF and Silverlight
AxisLine Property


C1.WPF.C1Chart Namespace > Axis Class : AxisLine Property
Gets or sets the axis line.
Syntax
'Declaration
 
Public Property AxisLine As System.Windows.Shapes.Line
'Usage
 
Dim instance As Axis
Dim value As System.Windows.Shapes.Line
 
instance.AxisLine = value
 
value = instance.AxisLine
public System.Windows.Shapes.Line AxisLine {get; set;}
Remarks
The axis line connects the points on plot which correspond to the Min and Max of the axis.
See Also

Reference

Axis Class
Axis Members