{description}
{excerpt}When creating a chart with two X or Y axes \(primary and secondary\), use AxisType to associate a series with a particular axis.{excerpt}
{signature:C#}
 public sealed class AxisType : TypesafeEnum
{signature}{signature:vb.net}
Public NotInheritable Class AxisType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Primary}Primary|Primary axis|
|{anchor:Secondary}Secondary|Secondary axis|
{scrollbar}