Pre loader

Column Chart question

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Hi,

How can I change the colour bar of column chart individually?
I need to create a non linear column chart and every bar should have their own colour that correspond to X values.

  • You must to post comments
0
0

Hi there,

To change the colour of each bar you need to use the FastColumnRenderableSeries.PaletteProvider property. Just create a class which derives from IPaletteProvider and return a custom colour based on X-Y values passed in.

There is a demo under our examples suite -> search for ‘PaletteProvider’

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.