Jump to content
Software FX Community

Hidding some series' legends.


User (Legacy)

Recommended Posts

First set series legends to empty (in this case all are hidden just for

demonstration purposes):

for( int j = 0; Chart.Series.Count; j++ ) Chart.Series[ j ].Legend = "";

And then:

Chart.SerLegBoxObj.Flags = Chart.SerLegBoxObj.Flags |

SoftwareFX.ChartFX.LegendBoxFlag.SkipEmpty;

Cheers,

-Sergey

"John Smith" <someone@microsoft.com> wrote in message

news:XSBx9soEEHA.200@webserver3.softwarefx.com...

> I'm trying to hide legends for some of the series inside series legend

box.

> Tried Chart.Series[0].TypeMask but had no success so far. Any suggestions

> and/or directions are greatly appreciated.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...