Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}