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


In This Topic
    CrossesAt Property
    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;}
    Remarks
    This property applies only to value axis
    See Also