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
SyntaxJava
Copy Code
|
|---|
public ChartPadding ( |
A float value that represents the left padding.
A float value that represents the right padding.
A float value that represents the bottom padding.
See Also