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


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