Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparklineGroup Interface / Renderer Property


In This Topic
Renderer Property (ISparklineGroup)
In This Topic
Gets or sets the renderer.
Syntax
'Declaration
 
Property Renderer As ISparklineRenderer
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As ISparklineRenderer
 
instance.Renderer = value
 
value = instance.Renderer

Property Value

The renderer.
See Also