Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / TitleDataField Property


TitleDataField Property (ValueAxis)
Gets or sets the field in the data source that stores the title.
Syntax
'Declaration
 
Public Property TitleDataField As String
 
'Usage
 
Dim instance As ValueAxis
Dim value As String
 
instance.TitleDataField = value
 
value = instance.TitleDataField
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also