Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Legend Class / dx Property


In This Topic
    dx Property (Legend)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dx As Integer
    'Usage
     
    
    Dim instance As Legend
    Dim value As Integer
     
    instance.dx = value
     
    value = instance.dx
    public int dx {get; set;}
    See Also