XlsChartCategoryAxis
CrossingPoint Property
 | 
Represents the point on the axis another axis crosses it.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public double CrossingPoint { get; set; }
 
Public Property CrossingPoint As Double
	Get
	Set
 
public:
virtual property double CrossingPoint {
	double get () sealed;
	void set (double value) sealed;
}
 
abstract CrossingPoint : float with get, set
override CrossingPoint : float with get, set
 
 
 
Property Value
Type:
Double
Implements
IChartCategoryAxis
CrossingPoint
 
See Also