Version

CrossesAt Property

Returns or sets the point on the Axis at which the perpendicular axis intersects it.
Syntax
'Declaration
 
Public Property CrossesAt As Double
public double CrossesAt {get; set;}
Remarks

For a category axis, this value is interpreted as the value of a data point. For example, on a category axis with a minimum data value of 0 and a maximum of 500, setting this property to 250 causes this axis to appear near the center of the plot area.

For a value axis, this value is interpreted as the one-based number of the category with which this axis should intersect.

Setting this property causes the Crosses property to change to 'Custom'.

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.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also