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


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