Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Gradient Property


In This Topic
Gradient Property (ChartShape)
In This Topic
Gets or sets the gradient for the object.
Syntax
'Declaration
 
Public Overrides Property Gradient As PSGradient
 
'Usage
 
Dim instance As ChartShape
Dim value As PSGradient
 
instance.Gradient = value
 
value = instance.Gradient
See Also