Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISparklineGroup Interface / FromJson Method
The JSON string representing the sparkline group.
In This Topic
    FromJson Method (ISparklineGroup)
    In This Topic
    Generate sparkline group from json string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    The JSON string representing the sparkline group.
    See Also