Jump to content
Software FX Community

Minimum Visible Control Area


MMCCPaulEden

Recommended Posts

Hi

I've noticed that in this release of the charts there seem sto be a minimum size at wich the chart with proerly display itself, below which clipping occurrs.  I tried using the MinHeight and MinWidth properties but this is too small and clipping occurs - the DesiredSize property produces a chart that is... giant, to say the least.  Is there a property that I can consume that will give me usable sizings?

 

Many thanks

 

Paul

Link to comment
Share on other sites

This behavior is controlled by the Chart.PlotArea.MinSize property (double). This property specifies a percentage that we use to make sure axes and other adorments do not consume all available space. If you set this property to 0, no calculation will be done which means in very small sizes the plotarea will get really small or empty.

Regards,

JuanC

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...