MindFusion.Charting for Java Programmer's Guide
AxisRenderer.setLabelPadding Method
See Also
 






  Gauges

Sets the padding space between the axis line and coordinate labels.

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

 Syntax

Java  Copy Code

public void setLabelPadding (
    double value
)

 Parameters

value

A double value that identifies the padding.

 See Also