Gets or sets a value where this axis will cross over the axis determined in the 'PerpendicularAxis property.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public SmartValue CrossValue { get; set; }
Visual Basic (Declaration)
Public Property CrossValue As SmartValue
Visual C++
public:
property SmartValue CrossValue {
	SmartValue get ();
	void set (SmartValue value);
}

See Also