IChartCategoryAxis
CrossingPoint Property
|
Value axis / category crossing point (2D charts only).
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double CrossingPoint { get; set; }
Property CrossingPoint As Double
Get
Set
property double CrossingPoint {
double get ();
void set (double value);
}
abstract CrossingPoint : float with get, set
Property Value
Type:
Double
See Also