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
280
Remove the border of "Infragistics composite chart"
posted

Hi,

Iam using "Infragistics composite chart" ,I unable to remove the border of the chart

Is thier any property or attribute to remove the border of composite chart.

Please find  out the attachment.

  • 17605
    posted

    Hi,

    Try using this:

    this.UltraChart1.Border.Color = Color.Transparent;

    this.UltraChart1.CompositeChart.ChartAreas[0].Border.Color = Color.Transparent;