Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkin Class / SparklineGroupRenderer Property


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