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.
Try using this:
this.UltraChart1.Border.Color = Color.Transparent;
this.UltraChart1.CompositeChart.ChartAreas[0].Border.Color = Color.Transparent;