Spread WinForms 15
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)

Parameters

eState
Enumerated state in which to place the element
See Also