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


In This Topic
Color Property (ChartPlotElement)
In This Topic
Gets or sets the fill color of the plot element.
Syntax
'Declaration
 
Public Property Color As UIKit.UIColor
 
'Usage
 
Dim instance As ChartPlotElement
Dim value As UIKit.UIColor
 
instance.Color = value
 
value = instance.Color
See Also