Gets or sets the axis line.

Namespace:  C1.Phone.Chart
Assembly:  C1.Phone.Chart (in C1.Phone.Chart.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public Line AxisLine { get; set; }
Visual Basic
Public Property AxisLine As Line
	Get
	Set
XAML Property Element Usage
<object>
  <object.AxisLine>
    <Line .../>
  </object.AxisLine>
</object>

Remarks

The axis line connects the points on plot which correspond to the Min and Max of the axis.

See Also