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

    Parameters

    json
    The JSON string representing the sparkline.
    See Also