Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
Scrollbar for y axis in composite chart
posted

i m creating a composite chat

i want a scrollbar for y axis

how can i add scrollbar for composite chat

thx

Parents
No Data
Reply
  • 26458
    Suggested Answer
    Offline posted

    When you're creating the Y axis for your composite chart, you should see the ScrollScale property. You will need to set the following properties to get a scrollbar on your axis:

    YAxis.ScrollScale.Visible = true;
    YAxis.ScrollScale.Scale = 0.5;
    YAxis.ScrollScale.Scroll = 0;

Children
No Data