This is a migrated thread and some comments may be shown as answers.

RadChart bar type appearance bacground image is dissolving

1 Answer 55 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
mca
Top achievements
Rank 1
mca asked on 21 Jun 2011, 10:27 AM
Hi,
I am creating a chart using radchart control which is of chart type="bar".I am setting chart series propetes like below. after the image is loaded on a page observed that the bars are dissolving color at the end. I want the bar with solid image.

 <telerik:ChartSeries DataYColumn="UnitPrice" Name="Product Unit Price">
    <Appearance>
         <FillStyle FillType="Image">
            <FillSettings BackgroundImage="~/App_Themes/ESDTheme/Images/MechEngg/bar_bg.jpg">
            </FillSettings>
         </FillStyle>
         <LabelAppearance Visible="False">
         </LabelAppearance>
         <Border Visible="False"></Border>
         </Appearance>
  </telerik:ChartSeries>


Please find the attachment and help me.

Thanks,
Vikram

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 23 Jun 2011, 11:45 AM
Hello mca,

We haven't faced such issue before. Could you send us a sample stripped down version of your project so that we will be able to inspect the cause for this and help you?

Greetings,
Evgenia
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Chart (Obsolete)
Asked by
mca
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or