Jump to content
Software FX Community

Define multiple axes Y with XAML inside


hbpatrick81

Recommended Posts

 [color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US]Hi,[/color]


[color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US] I would like to know if it is possible to define in XAML multiple Y Axes
in a chart.[/color]


 Actually, my axes should be defined like that :

 


[color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US] <c:Chart.AxesY>[/color]


[color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US]      
<c:Axis AutoMargin="False" Min="{Binding
Path=MinValuePourcentage}" Max="{Binding
Path=MaxValuePourcentage}" />[/color]


[color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US]  
<c:Axis AutoMargin="False" Min="-10" Max="10"
/>[/color]


</c:Chart.AxesY>

 




[color=#1F497D;mso-ansi-language:
EN-US" lang="EN-US]But as AxisY in not a dependency property, i dont know how I can
reference them from SeriesAttribute.[/color]


Can you help me ?


 Regards.

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