Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / fAutoPoxY Property


In This Topic
    fAutoPoxY Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fAutoPoxY As Byte
    'Usage
     
    
    Dim instance As Legend
    Dim value As Byte
     
    instance.fAutoPoxY = value
     
    value = instance.fAutoPoxY
    public byte fAutoPoxY {get; set;}
    See Also