Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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.

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class AxisType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Primary axis

...

Secondary axis

...

{signature}
{values}
||Name||Description||
|{anchor:Primary}Primary|Primary axis|
|{anchor:Secondary}Secondary|Secondary axis|
{scrollbar}