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


In This Topic
    ShouldSerializeGradient Method (ChartShape)
    In This Topic
    Determines if the shape outline scaling should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeGradient() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeGradient()
    public override bool ShouldSerializeGradient()
    See Also