Skip to content

Instantly share code, notes, and snippets.

@rakshakhegde
Last active September 10, 2017 13:03
Show Gist options
  • Save rakshakhegde/9361d2bc978c43c964e5d50736c22e64 to your computer and use it in GitHub Desktop.
Save rakshakhegde/9361d2bc978c43c964e5d50736c22e64 to your computer and use it in GitHub Desktop.
@RangeVariableMethod(minValue = 6, maxValue = 70, initialValue = 20)
public void setLabelSize(Float fontSize) { // Float? in Kotlin
indicator.setLabelSize(fontSize);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment