Rounds the Borders of the Chart Shapes.
public Int32 BorderRound {get; set;}

Example

This sample shows how to use the BorderRound property:

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