How to connect hScrollBar to GraphChart in c#

Anonymous
2023-01-14T11:08:49.81+00:00

Good day, I would like to ask some help how to connect scrollbar to Grap Chart . I'm using c# 2019.

1

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,331 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,039 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 86,041 Reputation points
    2023-01-14T18:24:17.02+00:00

    You can use a Panel as parent, with AutoScroll = true

    A test :

    Chart_Panel


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.