Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / GetElementStyle Method


In This Topic
    GetElementStyle Method (ChartShape)
    In This Topic
    Gets the style for the element.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetElementStyle() As ElementStyle
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As ElementStyle
     
    value = instance.GetElementStyle()
    public override ElementStyle GetElementStyle()
    See Also