C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / DataLabelBase Class / Style Property


In This Topic
Style Property (DataLabelBase)
In This Topic
Gets or sets the style of the label.
Syntax
'Declaration
 
Public Property Style As ChartStyle
 
'Usage
 
Dim instance As DataLabelBase
Dim value As ChartStyle
 
instance.Style = value
 
value = instance.Style
See Also