System Requirements and Installation

    Desktop SDK Requirements

    • The Analytics SDK requires .NET version 4.6.2+ and Visual Studio 2015 or up.

    Web SDK .NET Requirements

    • The Analytics Server SDK requires .NET Core 2.2+ server-side projects targeting .NET framework 4.6.2+.

    Installing Desktop and Web .NET SDK

    To get the Analytics SDK for both Web and Desktop .NET platforms, sign up here. Once ready, follow through the provided installer:

    installScreen_desktop

    After a successful installation, you can browse the installed samples by clicking the Open SDK Samples link.

    afterInstallScreen_desktop

    Samples

    In case you missed the samples link, you can find them in “%public%\Documents\Infragistics\Analytics\SDK\”.

    In this location you will find a solution file (Analytics.Sdk.Samples.sln). This project combines all Web, WPF, and WinForms samples.

    For Web you need to restore the node packages in order to run the samples with IIS and change the StartUp project. To restore, just right click the solution in the Solution Explorer and select Restore packages.

    Web SDK JAVA Requirements

    • Java SDK 11.0.10 and up recommended.
    • Maven 3.6.3 and up recommended

    Installing JAVA SDK

    Analytics Java SDK is distributed as a set of Maven modules. To work with the SDK libraries, you need to add a reference to Analytics's Maven Repository and also a dependency in your Maven pom.xml file. For further details, please refer to Setup and Configuration.

    Samples

    The UpMedia samples illustrate how to use the JAVA SDK, you can get them from GitHub here.

    For details about how to run the UpMedia samples, please follow this link.