Jump to content
Software FX Community

hoe1986

Members
  • Posts

    2
  • Joined

  • Last visited

hoe1986's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi I have an application that import charts from the server and i set the scroll position to right most with the following code: chartGenerate.AxisX.AutoScroll = TruechartGenerate.AxisX.PixelsPerUnit = 10chartGenerate.AxisX.ScrollPosition = chartGenerate.AxisX.ScrollSize somehow, this code only works for my first chart and the rest of the charts, the scroll position remain 0. How can i solve this? Thanks in advance
  2. Hi, I have an application that imports charts from the server, after that I set the Property AutoScroll to true with the following code chartGenerate.AxisX.AutoScroll = True chartGenerate.AxisX.PixelsPerUnit = 10 chartGenerate.AxisX.ScrollPosition = chartGenerate.AxisX.ScrollSize somehow, only the first chart scroll position is set to the rightmost, the rest of the charts remains at the start position. How can i fix this? Thanks in advance
×
×
  • Create New...