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

...

Description

Excerpt

Sets or returns whether the category axis will cross the value axis at its maximum value.

Signature
C#
C#
 public boolean CategoryAxisCrossMaxValue{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property CategoryAxisCrossMaxValue() As Boolean
{signature}
{remarks}
When 
Remarks

When true,

the

category

axis

will

appear

at

the

top

of

the

plot

area.

This

property

supersedes

any

value

in

ValueAxis.CategoryCrossingValue.

This

property

is

false

by

default,

for

both

primary

and

secondary

axes.

{remarks}