Spread WinForms 15
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
See Also