Gets or sets the radius of rounding for the right bottom corner of the rectangle.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int RightBottom { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property RightBottom As Integer
	Get
	Set

Remarks

Setting this property will override the All property value for the RightBottom region of the border.

See Also