'Declaration Public Function AddFooter( _ ByVal Text As String _ ) As ChartLabel
'Usage Dim instance As ChartLabelCollection Dim Text As String Dim value As ChartLabel value = instance.AddFooter(Text)
public ChartLabel AddFooter( string Text )
Parameters
- Text