Package com.smartgwt.client.docs
Interface Ticks
public interface Ticks
The following APIs are all related to Ticks.
- See Also:
-
FacetChart.setShowYTicks(boolean)
FacetChart.setShowXTicks(boolean)
FacetChart.setTickLength(int)
FacetChart.setMinorTickLength(int)
FacetChart.setShowMinorTicks(boolean)
FacetChart.setMajorTickGradations(float...)
FacetChart.setMajorTickTimeIntervals(java.lang.String...)
FacetChart.getShowYTicks()
FacetChart.getShowXTicks()
FacetChart.getTickLength()
FacetChart.getMinorTickLength()
FacetChart.getTickMarkToValueAxisMargin()
FacetChart.getShowMinorTicks()
FacetChart.getMajorTickGradations()
FacetChart.getMajorTickTimeIntervals()