ChartAxis
CrossAt Property
|
Represents the point on the value axis where the category axis crosses it.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public float CrossAt { get; set; }
Public Property CrossAt As Single
Get
Set
public:
virtual property float CrossAt {
float get () sealed;
void set (float value) sealed;
}
abstract CrossAt : float32 with get, set
override CrossAt : float32 with get, set
Property Value
Type:
Single
Implements
IChartAxis
CrossAt
Remarks
The number should be a integer when it applies to category axis.
And the value must be between 1 and 31999.
See Also