Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / CanRenderText Property


In This Topic
    CanRenderText Property (ChartShape)
    In This Topic
    Gets or sets whether the shape renders its text.
    Syntax
    'Declaration
     
    
    Public Overrides Property CanRenderText As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    instance.CanRenderText = value
     
    value = instance.CanRenderText
    public override bool CanRenderText {get; set;}
    See Also