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}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:vb.net}
Public Property CategoryAxisCrossMaxValue() As Boolean
{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}