Gets or sets the number of pixels between the bottom 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 Bottom { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property Bottom As Integer
	Get
	Set

Remarks

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

See Also