C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / FlexPie Class / DataLabel Property


In This Topic
DataLabel Property (FlexPie)
In This Topic
Gets or sets the data label.
Syntax
'Declaration
 
Public Property DataLabel As PieDataLabel
 
'Usage
 
Dim instance As FlexPie
Dim value As PieDataLabel
 
instance.DataLabel = value
 
value = instance.DataLabel
See Also