Click or drag to resize

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; }

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