Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / SetState Method
Enumerated state in which to place the element


In This Topic
    SetState Method (ChartShape)
    In This Topic
    Sets the state of the element.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetState( _
       ByVal eState As ElementState _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim eState As ElementState
     
    instance.SetState(eState)
    public override void SetState( 
       ElementState eState
    )

    Parameters

    eState
    Enumerated state in which to place the element
    See Also