Customize the icons of KPI status and Trend

According to the sample:

Can I customize the icons used in KPI Status and Trend?



1 Reply

PV Prashanthi V Syncfusion Team October 25, 2013 07:54 AM UTC

Hi Daniel,
          Yes, we can customize the icons for KPI status, trend and others as well. Please find the code snippet and sample as well.

Code Snippet: (ASPX)
  
<style type="text/css">
  .KpiDiamond
    {
        background-image:url("Images/Square.jpg") !important;
     
    }
    .KpiTriangle
    {
        background-image:url("Images/Yellow.jpg") !important;
           
    }
    .KpiRightArrow
    {
        background-image:url("Images/Blue.jpg") !important;
    }
</style>

Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/Report-2076825050.zip

With Regards,
Prashanthi.V


Loader.
Up arrow icon