ComponentOne FlexChart for WinForms
Content Property (ChartTitle)


C1.Win.Chart Namespace > ChartTitle Class : Content Property
Gets or sets the title content.
Syntax
'Declaration
 
Public Property Content As String
'Usage
 
Dim instance As ChartTitle
Dim value As String
 
instance.Content = value
 
value = instance.Content
public string Content {get; set;}
See Also

Reference

ChartTitle Class
ChartTitle Members