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 the Y value at which the category axis crosses the value axis.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns the Y value at which the category axis crosses the value axis.{excerpt}
{signature:C#}
 public double CategoryCrossingValue{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property CategoryCrossingValue() As Double
Remarks

The category crossing value moves the category axis up and down this value axis. Note that if CategoryAxisCrossMaxValue is true, this value is ignored.

This property is 0 by default.

Setting this property to double.NaN, double.PositiveInfinity or double.NegativeInfinity will set the axis to cross as "Automatic". (Unless CategoryAxisCrossMaxValue is true, when this property will be ignored as usual.)
{signature}
{remarks}
The category crossing value moves the category axis up and down this value axis.  Note that if CategoryAxisCrossMaxValue is true, this value is ignored.

This property is {{0}} by default.

Setting this property to {{double.NaN}}, {{double.PositiveInfinity}} or {{double.NegativeInfinity}} will set the axis to cross as "Automatic".  (Unless CategoryAxisCrossMaxValue is {{true}}, when this property will be ignored as usual.)
{remarks}