Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Double

Implements

IChartCategoryAxis..::..CrossingPoint

See Also