Jump to content
Software FX Community

Transparencies


User (Legacy)

Recommended Posts

Hi again!

Another question: Currently I can set

chart1.InsideColor = Color.Transparent

If I try it with chart1.BackColor then I get an exception saying it would be

an invalid property value.

But I really need transparencies because the background image of my form

should be visible through the chart component.

What can I do?

Thanks!

Jochen

Link to comment
Share on other sites

Hi again!

Another question: Currently I can set

chart1.InsideColor = Color.Transparent

If I try it with chart1.BackColor then I get an exception saying it would be

an invalid property value.

But I really need transparencies because the background image of my form

should be visible through the chart component.

What can I do?

Thanks!

Jochen

Link to comment
Share on other sites

The Chart control itself can not be transparent. This is due to a limitation

in GDI+ where transparency of container controls is not supported.

Chart FX is a container control.

In the Full version, we provide methods for setting a background image and

even give you the ability to draw in the chart background using GDI+.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

The Chart control itself can not be transparent. This is due to a limitation

in GDI+ where transparency of container controls is not supported.

Chart FX is a container control.

In the Full version, we provide methods for setting a background image and

even give you the ability to draw in the chart background using GDI+.

--

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