C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataLabel Class / ContentOptions Property


In This Topic
ContentOptions Property
In This Topic
Gets or sets the value which indicates how to set content options of data labels.
Syntax
'Declaration
 
Public Property ContentOptions As ContentOptions
 
'Usage
 
Dim instance As ChartDataLabel
Dim value As ContentOptions
 
instance.ContentOptions = value
 
value = instance.ContentOptions
See Also