Pre loader

How to modify all the style elements of a chart dynamically

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

What I need to achieve is to allow the user to change the thickness of the axis line for example, the font size of the axis legend, the background color, the grid lines visibility, etc.

My first idea would be to create a ViewModel with all these properties and bind them to the plot, so that when the user changes them via some other control like a slider or a textbox, they get updated in the plot.
Is that the right way to do it ?

Version
5.1.1.11473
  • You must to post comments
0
0

Well you could bind properties in the axis to a ViewModel yes.

  1. Axis.BorderThickness changes the thickness of the axis line
  2. Axis.FontSize changes the text font size
  3. Axis.DrawMajorGridLines changes visibility of major gridlines etc…

We have an example which allows some setting & changing of axis properties here called WPF Chart Modify Axis Properties.

enter image description here

Take a look, let me know if it helps,

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies