In This Topic
Gets or sets the value at which the axis crosses the perpendicular axis.
Syntax
'Declaration
Public Property CrossAt As Double
'Usage
Dim instance As Axis
Dim value As Double
instance.CrossAt = value
value = instance.CrossAt
public double CrossAt {get; set;}
See Also