Gets or sets the name of auxiliary axis that is used as x-axis for the series.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string AxisX { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property AxisX As String
	Get
	Set

Remarks

If AxisX is an empty string the default x-axis is used for this series.

See Also