Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / Category Property


In This Topic
Category Property (SeriesDataSource)
In This Topic
Gets the category.
Syntax
'Declaration
 
Public Property Category As SeriesDataField
 
'Usage
 
Dim instance As SeriesDataSource
Dim value As SeriesDataField
 
instance.Category = value
 
value = instance.Category

Property Value

The category.
See Also