Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / SparklineGroupRenderer Property


In This Topic
    SparklineGroupRenderer Property
    In This Topic
    Gets or sets the sparkline group indicator renderer.
    Syntax
    'Declaration
     
    
    Public Overridable Property SparklineGroupRenderer As IFocusIndicatorRenderer
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As IFocusIndicatorRenderer
     
    instance.SparklineGroupRenderer = value
     
    value = instance.SparklineGroupRenderer
    public virtual IFocusIndicatorRenderer SparklineGroupRenderer {get; set;}
    See Also