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


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