interval property

int interval
final

坐标轴刻度的显示间隔,只在类目轴中有效 -1为默认 0 强制显示所有标签 1 『隔一个标签显示一个标签』 2 隔两个标签显示一个标签,以此类推

Implementation

final int interval;