2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
By using ChartAreaBorderStyle class, we can apply border styles, color for the border and also we can increase the width of the border. C#// Setting Border for the Chart Area this.chartControl1.ChartArea.BorderStyle = BorderStyle.Fixed3D; this.chartControl1.ChartArea.BorderColor = Color.LightPink; this.chartControl1.ChartArea.BorderWidth = 2; VB' Setting Border for the Chart Area Me.chartControl1.ChartArea.BorderStyle = BorderStyle.Fixed3D Me.chartControl1.ChartArea.BorderColor = Color.LightPink Me.chartControl1.ChartArea.BorderWidth = 2 |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.