Search
ChartPadding Members
Constructors Fields Methods
 


A class that represents space around chart elements.

The following tables list the members exposed by the ChartPadding type.

 Public Constructors

  Name Description

ChartPadding

Overloaded. Initializes a new instance of the ChartPadding class.

 Public Fields

  Name Description

empty

Represents a ChartPadding without any space.

 Public Methods

  Name Description

getBottom

Gets the bottom padding.

getLeft

Gets the left padding.

getRight

Gets the right padding.

getTop

Gets the top padding.

setBottom

Sets the bottom padding.

setLeft

Sets the left padding.

setRight

Sets the right padding.

setTop

Sets the top padding.

 See Also