Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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

C#
public boolean CategoryAxisCrossMaxValue{ get; set; }
vb.net
Public Property CategoryAxisCrossMaxValue() As Boolean

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.

  • No labels