While using the now obsolete ChartView I was able to use custom image files in .png format, (similar, but different from the currently offered GradientStyles) as a filler for my bars in BarCharts. I used:
Series[0].Items[0].Appearance.FillStyle
which had several useful Properties.
What would be the corresponding code using RadChartView to use these same images?
Thanks,
Rob
Series[0].Items[0].Appearance.FillStyle
which had several useful Properties.
What would be the corresponding code using RadChartView to use these same images?
Thanks,
Rob