Margin
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Measure

Summary:
Defines the margin class.

Inheritance:
Object =>
Margin

Constructors

// Initializes a new instance of the Margin class.
// Initializes a new instance of the Margin class.
Single left, // The left.
Single top, // The top.
Single right, // The right.
Single bottom// The bottom.
)
// Initializes a new instance of the Margin class.
Single all// The margin for top, left, right and bottom.
)
// Initializes a new instance of the Margin class.
Single x, // The margin for left and right.
Single y// The margin for top and bottom.
)

Properties

Indicates that the margin should be calculated by the library.
Type: Single
Gets or sets the left.
Type: Single
Top
Gets or sets the top.
Type: Single
Gets or sets the right.
Type: Single
Gets or sets the bottom.
Type: Single

Methods

// Evaluates whether the given margin is automatic.
Single value//
)