Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxis Interface / Crosses Property


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