Jump to content
Software FX Community

ChartFx mirroring


user1018

Recommended Posts

We are having problems with setting the RightToLeft property on ChartFx charts. For Arabic and other bi-directional languages all Windows controls have to be mirrored (flipped  horizontally), including charts.  All other controls provide ability for that through the RightToLeft property. But if we set RightToLeft property on ChartFx chart object nothing happens. Is there anything else we need to do to in order to make ChartFx charts look correct on these platforms?

 

Link to comment
Share on other sites

Hello, In order to achieve the behavior you are looking for, please refer to the code below: 

 

[C#] 

chart1.AxisX.Inverted = true;

Please note that the RightToLeft (RTL) property is a .NET feature which indicates whether control's elements are aligned to support localization using right-to-left fonts. It is not a Chart FX feature. I hope this helps. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...