2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
Essential Chart supports hiding a Chart series using visibility property of series. Series is visible when the value of visibility property is visible and it is hidden when the value is hidden. When a series is hidden, legend item symbol is displayed in gray color. You can also toggle the visibility of series by clicking the symbol of legend item that represents the series. ASP <ej:Chart ID="container" tTrackAxisToolTip="crosshairLabel" runat="server"> <Series> <ej:Series Visibility="hidden"> . . . . . . . . . . . . </ej:Series> . . . . . . . . . . . . . . </Series> </ej:Chart> The following screenshot displays the Chart with two series; visible series and invisible series. Note that the symbol color of the legend item is gray for hidden series. Figure 1: Chart with visible and invisible series |
2X faster development
The ultimate ASP.NET Web Forms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.