IChartAxis
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
float CrossAt { get; set; }
Property CrossAt As Single
Get
Set
property float CrossAt {
float get ();
void set (float value);
}
abstract CrossAt : float32 with get, set
Property Value
Type:
Single
Remarks
The number should be a integer when it applies to category axis.
And the value must be between 1 and 31999.
See Also