Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Sparkline Class / Setting Property
Example


In This Topic
    Setting Property (Sparkline)
    In This Topic
    Gets the sparkline setting in a cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Setting As ISparklineSetting
    'Usage
     
    
    Dim instance As Sparkline
    Dim value As ISparklineSetting
     
    value = instance.Setting
    public ISparklineSetting Setting {get;}
    Example
    This example creates sparklines.
    See Also