Gets or sets the number of pixels between the right edge of the ChartArea and the ChartArea contents.

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

Syntax

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

Remarks

Setting the Right property of the Margin to –1 will result in an automatic calculation for the Right value.

See Also