Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
855
xamDataChart: ImageBar
posted

Is it possible to use a PNG image to fill a barchart?

Parents
  • 14517
    Verified Answer
    Offline posted

    Hello,

    If you are looking to set the background of the bar to an Image you can set the image in the chart’s brushes collection:

    <ig:XamDataChart.Brushes>

                    <ig:BrushCollection>

                        <ImageBrush ImageSource="/Images/image1.png"/>            

                    </ig:BrushCollection>

           </ig:XamDataChart.Brushes>

    Please let me know if you have any questions.

    Sincerely,

    Valerie

    Developer Support Supervisor - XAML

    Infragistics

    www.infragistics.com/support

Reply Children
No Data