Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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
    ISparklineRenderer Renderer {get; set;}

    Property Value

    The renderer.
    See Also