Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Please tell how to access a point on X-axis when I have used Pixel for UltraChart

Last post 07-02-2008 14:25 by [Infragistics] Max Rivlin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-30-2008 7:48

    Please tell how to access a point on X-axis when I have used Pixel for UltraChart

    I have created an UltraChart using Pixel. Now I need to get the exact point on X-axis.But it is said that if I would have used DataValues I could have used ValueX to get the point on X-axis. But as I have used Pixel, I cannot use it now. On using LocationX I am getting position with respect to Pixel. How can I access any point on X-axis through code ? 

    Filed under:
    • Post Points: 20
  • 07-02-2008 14:25 In reply to

    Re: Please tell how to access a point on X-axis when I have used Pixel for UltraChart

    It sounds like you're talking about using annotatoins. An annotation can be positioned with respect to the existing axes only when you set Location.Type to DataValues. This cannot be done when you set Location.Type to Pixels.

    Your only other workaround is to use FillSceneGraph event and create a custom shape, like in this example:
    http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Modify_Scene_Graph_Using_FillSceneGraph_Event.html

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems