Jump to content
Software FX Community

Problem with highlight


User (Legacy)

Recommended Posts

Hello,

I've created my own legend with the following code:

this.LegendBox.Visible = true;

//Now let's hide the standard Legend Box Items

LegendItemAttributes legendItem = new LegendItemAttributes();

legendItem.Visible = false;

this.LegendBox.ItemAttributes[this.Series] = legendItem;

this.LegendBox.CustomItems.Clear();

[...]

And when I click on a point of the dataGrid, nothing is highlighted in the

chart, even if I write

"base.LegendBox.Highlight.Enabled = true;"

Any idea? See attached picture.

Thx in advance!

--

Olivier Voyer

CYME International T&D

Link to comment
Share on other sites

We are unable to reproduce this problem using the latest Service Pack.

Please make sure you have the latest service pack. If the problem persists

please provide us either with a sample project that reproduces the problem

or Export the chart to a binary file (Export method) and attach it to your

posting.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...