Jump to content
Software FX Community

Setting proportions on Chart Panes


SameerKhan

Recommended Posts

Currently we do not support this functionality. We have been working on this so we should be able to upload a hotfix soon with support for this. Note that for panes to have different heights you will have to make sure they have different Y axes.

Regards,

JuanC

Link to comment
Share on other sites

So, I do have different Y Axis for each of my panes, There was some documentation on Axis Proportions, but I don't see that attribute exposed anywhere.

With the way things are currently, is there a way to have different Heights for my Y axis?

If not, Is there a way I can be updated as to when the feature would be available.

Thanks,

-Sameer

Link to comment
Share on other sites

We did add support for this before releasing, the property you want to use is an attached property in the StackPanePanel class called Proportion. In code it would be something like this

  StackPanePanel.SetProportion(pane1, 7);

The value uses as proportion works similar to the start sizing in a WPF grid. We will add up all the proportion value for the panes (default is 1) and then use each pane's proportion to calculate the percent of space it should use.

I apologize for the confusion. The feature is already supported.

JuanC

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...