Jump to content
Software FX Community

how to remove the 3D effect on the marker


User (Legacy)

Recommended Posts

I think what you are looking for is:

chart.BorderEffect = BorderEffect.None;

--

Francisco Padron

www.chartfx.com

"Leo" <yan.luo@dfafunds.com> wrote in message

news:V9lrW7fmFHA.1412@webserver3.softwarefx.com...

I have code like:

chart.Chart3D= false;

chart.MarkerShape= MarkerShape.Rect;

but the chart shows the marker with 3D effect. How can I remove that effect?

I just want a solid color rectangle.

Thanks,

Leo

Link to comment
Share on other sites

Great, It works!

Thanks,

"Software FX Support" <noreply@softwarefx.com> wrote in message

news:4ThbpCimFHA.3080@webserver3.softwarefx.com...

> I think what you are looking for is:

>

> chart.BorderEffect = BorderEffect.None;

>

> --

> Francisco Padron

> www.chartfx.com

>

>

> "Leo" <yan.luo@dfafunds.com> wrote in message

> news:V9lrW7fmFHA.1412@webserver3.softwarefx.com...

> I have code like:

>

> chart.Chart3D= false;

> chart.MarkerShape= MarkerShape.Rect;

>

> but the chart shows the marker with 3D effect. How can I remove that

effect?

> I just want a solid color rectangle.

> Thanks,

> Leo

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...