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


In This Topic
    ResetForeColor Method (ChartShape)
    In This Topic
    Resets the text color for the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetForeColor()
    public override void ResetForeColor()
    See Also