Series::XAxisType Property
Gets or sets the X-axis type of the series.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] public: property AxisType XAxisType { AxisType get (); void set (AxisType value); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::AxisTypeA XAxisType enumeration value that determines if the series uses the primary or secondary X-axis.
For all chart types except horizontally oriented charts such as bar and stacked bar charts, and shape charts such as pie, doughnut, funnel and pyramid charts, the primary X-axis is always the lower axis and the secondary axis is the upper axis. For bar and stacked bar charts, the primary X-axis is the left axis, and the secondary X-axis is the right axis.
When data is plotted using the secondary X-axis, you must use the AxisX2 property to set axis properties, and not the AxisX property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.