Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the category axis will cross the value axis at its maximum value.{excerpt}
{signature:C#}
 public boolean CategoryAxisCrossMaxValue{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property CategoryAxisCrossMaxValue() As Boolean
Remarks
When
{signature}
{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}