Search
Axis.setOrigin Method
See Also
 






Sets the axis origin.

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

 Syntax

Java  Copy Code

public void setOrigin (
    Double value
)

 Parameters

value

A Double value specifying the axis origin.

 Remarks

If set to a non-null value, the component renders an axis line inside the plot. Bars are drawn below that axis line if their values are smaller than the origin. For stacked bar charts, each bar length corresponds to the difference between bar's value and origin.

 See Also