Version

CrossesAt Property

Returns or sets the point on the Axis at which the perpendicular axis intersects it.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also