Jump to content
Software FX Community

chart output getting clipped


User (Legacy)

Recommended Posts

True, but how do I know how much to adjust the scale by? Is there a property

which will tell me the extent of the series, taking into account the fact

that curves might extent further than the data points they join?

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:shHkGAmZDHA.3936@WEBSERVER1...

> This is by-design, the chart scale is not modified when switching between

> types. You ca of course control this scale manually by changing the Min

and

> Max properties.

>

> --

> FP

> Software FX, Inc.

>

>

post-2107-13922378305584_thumb.jpg

Link to comment
Share on other sites

are you drawing the curves by using Graphics.DrawCurve ie are they cardinal

splines? is so, how do you choose your tension value?

I'm thinking about rendering the curve into a GraphicsPath, Flatten()'ing it

and then getting it's bounds via GetBounds()... Then I can resize the client

area myself.

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:Bs0k9j0ZDHA.3936@WEBSERVER1...

> Sorry. No such a property. Not an easy way to calculate it either as these

> curves are drawn by GDI+ given only the point markers.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...