Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public boolean isDrawLabelsEnabled() {
* Sets the number of label entries for the y-axis max = 25, min = 2, default: 6, be aware
* that this number is not fixed.
*
* @param count the number of y-axis labels that sould be displayed
* @param count the number of y-axis labels that should be displayed
*/
public void setLabelCount(int count) {

Expand All @@ -324,7 +324,7 @@ public void setLabelCount(int count) {
* that this number is not
* fixed (if force == false) and can only be approximated.
*
* @param count the number of y-axis labels that sould be displayed
* @param count the number of y-axis labels that should be displayed
* @param force if enabled, the set label count will be forced, meaning that the exact
* specified count of labels will
* be drawn and evenly distributed alongside the axis - this might cause labels
Expand Down