User (Legacy) Posted August 18, 2004 Report Share Posted August 18, 2004 Good morning I'm using ChartFX ClientServer 5.1 (integrated in ActiveReports). I have a chart with 5 series as stacked bars. Actually this is a workaround to display only 3 Series in the requested layout. The problem is now the Legendbox, it shows all 5 Series. Do I have a possibility to only display specific series? I already checked the helpfiles, but I couldn't find anything. Thanks in advance Luzia Quote Link to comment Share on other sites More sharing options...
Software FX Posted August 21, 2004 Report Share Posted August 21, 2004 Sure. You need to set an empty string to the legend for those series you want to hide and then use CHART_LSKIPEMPTY in the legend flags (chart.SerLegBoxObj.Flags) to hide them. You can also hide the series altogether (not just from the series legend) by doing: chart.Series(i).Visible = False -- FP Software FX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.