[]
        
(Showing Draft Content)

C1.Win.C1Chart.Margin

Margin Class

Specifies the margins of the chart element.

Inheritance
Margin
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(Margin.TypeConverter))]
public class Margin

Properties

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.

Methods

Name Description
SetMargins(int, int, int, int)

Sets all of the Margin properties at once.