Search
AxisSettings.setMinorUnit Method
See Also
 






Sets the minor unit of the axis, or null, to automatically calculate the minor unit based on the chart data.

Namespace: com.mindfusion.spreadsheet.charts
Package: com.mindfusion.spreadsheet.charts

 Syntax

Java  Copy Code

public void setMinorUnit (
    Double value
)

 Parameters

value

 Remarks

This property is only relevant for value axes.

 See Also