Padding
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines the padding measure helped class,.

Inheritance:
Object =>
Padding

Constructors

// Initializes a new instance of the Padding class.
// Initializes a new instance of the Padding class.
Double padding// The padding.
)
// Initializes a new instance of the Padding class.
Double x, // The x.
Double y// The y.
)
// Initializes a new instance of the Padding class.
Double left, // The left.
Double top, // The top.
Double right, // The right.
Double bottom// The bottom.
)

Properties

Gets or sets the left.
Type: Single
Gets or sets the right.
Type: Single
Top
Gets or sets the top.
Type: Single
Gets or sets the bottom.
Type: Single