public Int32 BorderRound {get; set;}
Example
private void numericUpDown1_ValueChanged(object sender, System.EventArgs e) {
tChart1.Panel.BorderRound = (int)numericUpDown1.Value;
}
Remarks
Rounds the Borders of the Chart Shapes. See Also
Shape Class | Shape Members | Steema.TeeChart.Drawing Namespace