Axis.CrossesAt Property

Definition

Returns or sets the point on the value axis where the category axis crosses it. Applies only to the value axis.

public:
 property double CrossesAt { double get(); void set(double value); };
public double CrossesAt { get; set; }
Public Property CrossesAt As Double

Property Value

Remarks

Setting this property causes the Crosses property to change to xlAxisCrossesCustom.

This property cannot be used on radar charts. For 3-D charts, this property indicates where the plane defined by the category axes crosses the value axis.

Applies to