Jump to content
Software FX Community

hbpatrick81

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by hbpatrick81

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

×
×
  • Create New...