Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / SetElementStyle Method / SetElementStyle(ElementStyle) Method
ElementStyle object containing the style of the element


In This Topic
    SetElementStyle(ElementStyle) Method
    In This Topic
    Sets the style for the element.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub SetElementStyle( _
       ByVal style As ElementStyle _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim style As ElementStyle
     
    instance.SetElementStyle(style)
    public override void SetElementStyle( 
       ElementStyle style
    )

    Parameters

    style
    ElementStyle object containing the style of the element
    See Also