Gets or sets the size of the Chart Area margins.

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

Syntax

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

Remarks

The four margin values (Bottom, Top, Left, and Right) are each C1Chart Margin objects. Each object takes an integer value, and setting its value to –1 will allow for margin auto-positioning.

See Also