Jump to content
Software FX Community

AutoScrollMargin and AutoScrollMinSize


kailashdhondiyal

Recommended Posts

Actually the problem is described below:

The AutoScrollMargin and AutoScrollMinSize properties were coming from Windows.Forms.ScrollableControl class which comes in the hierarchy of Chart Class in version 6.2. This ScrollableControl class in turn inherits from Control Class. In version 7.0 the Chart class is directly inheriting from Control class and ScrollableControl is not coming into picture at all. Hence these properties are not available in Chart Object.

So how will we utilize these properties in Chart FX 7.

Waiting for your valuable feedback.

Link to comment
Share on other sites

You are correct. In Chart FX 6.2 we derived from UserControl while in Chart FX 7 we derive from Control.

Under what scenario were you using these properties? In other words, forget for a second how you did it in 6.2 and describe what you want to do (what were you using these properties for?).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...