In This Topic
Gets or sets the point on the specified axis where the other axis crosses.
Syntax
'Declaration
Property Crosses As Crosses
'Usage
Dim instance As IAxis
Dim value As Crosses
instance.Crosses = value
value = instance.Crosses
Crosses Crosses {get; set;}
See Also