C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartPlotElement Class / Content Property


In This Topic
Content Property (ChartPlotElement)
In This Topic
Gets or sets the content of the ChartPlotElement
Syntax
'Declaration
 
Public Property Content As UIKit.UIView
 
'Usage
 
Dim instance As ChartPlotElement
Dim value As UIKit.UIView
 
instance.Content = value
 
value = instance.Content
See Also