Sets the axis origin.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public void setOrigin ( |
A Double value specifying the axis origin.
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.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |