Hi Friends,
We have requirement to display the image in the particular position of the every series item of StackedBarchart. When we tried this, the whole value of series item is changed as image.
For your reference, required chart image file is attached.
Please help us to achieve this functionality.
Regards,
K.Prabhu
We have requirement to display the image in the particular position of the every series item of StackedBarchart. When we tried this, the whole value of series item is changed as image.
foreach (ChartSeriesItem seriesItem in seriesGroup.Items)
{
seriesItem.Appearance.FillStyle.FillSettings.BackgroundImage = "~/starimage.jpg";
seriesItem.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.Image;
{
seriesItem.Appearance.FillStyle.FillSettings.BackgroundImage = "~/starimage.jpg";
seriesItem.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.Image;
}
For your reference, required chart image file is attached.
Please help us to achieve this functionality.
Regards,
K.Prabhu