[]
Specifies the margins of the chart element.
[TypeConverter(typeof(Margin.TypeConverter))]
public class Margin
Name | Description |
---|---|
Bottom | Gets or sets the number of pixels between the bottom edge of the ChartArea and the ChartArea contents. |
Left | Gets or sets the number of pixels between the left edge of the ChartArea and the ChartArea contents. |
Right | Gets or sets the number of pixels between the right edge of the ChartArea and the ChartArea contents. |
Top | Gets or sets the number of pixels between the top edge of the ChartArea and the ChartArea contents. |
Name | Description |
---|---|
SetMargins(int, int, int, int) | Sets all of the Margin properties at once. |