Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Hiding the UltraChart legend
posted

My company uses a control which inherits from UltraChart.  The default legend in UltraChart does not meet our needs, so we want to hide the default legend and use a Box primitive instead, with the text and symbols that we want.  My first thought was to set the Visible property of the legend to false, but that hid the Box primitive as well as the legend.  My next approach is to hide the individual primitives in the legend, but leave its Visible property set to true.  Is this the correct way to approach this problem?  Thanks.