Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Axis Class / CrossAt Property


In This Topic
    CrossAt Property
    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