In This Topic
Gets or sets the point on the value axis where the category axis crosses it.
Syntax
'Declaration
Property CrossesAt As Double
'Usage
Dim instance As IAxis
Dim value As Double
instance.CrossesAt = value
value = instance.CrossesAt
double CrossesAt {get; set;}
See Also