Regarding Header and Footer

Hello,

I am using sfchart. I want to add image in header and footer and also want to add current date,time and page number in footer. Please provide suitable information. 

1 Reply

SS Sheik Syed Abthaheer M Syncfusion Team March 11, 2015 08:53 AM UTC

Hi Asmita,

Thanks for contacting Syncfusion support.

We are able to add the image in chart header by using SfChart’s Header property as shown in the below code snippet.

Code Snippet[Xaml]:

<chart:SfChart.Header>

    <Image Source="Image/image.jpg"/>

</chart:SfChart.Header>

At present we are not having Footer support for SfChart. However you can add the footer(i.e. current time and page number)  in PrimaryAxis header.  We have prepared the sample based on your requirement. Please find the sample in the below location.

Sample: SfChart_SL.zip

 
Please let us know if you need any further assistance on this.

Regards,

M.Sheik



Loader.
Up arrow icon