Search
ChartPadding Constructor
See Also
 






Initializes a new instance of the ChartPadding class with the specified values as left, top, right and bottom padding.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public ChartPadding (
    float left,
    float top,
    float right,
    float bottom
)

 Parameters

left

A float value that represents the left padding.

top
A top value that represents the top padding.
right

A float value that represents the right padding.

bottom

A float value that represents the bottom padding.

 See Also