Gets or sets the field in the data source that stores the title.
Syntax
'Declaration
Public Property TitleDataField As String
'Usage
Dim instance As IndexAxis
Dim value As String
instance.TitleDataField = value
value = instance.TitleDataField
public string TitleDataField {get; set;}
Exceptions
See Also