463464465466467468469470471472473
.getCategoryLabelToolTip(tick.getCategory()); final Region boundRegion = new Region(); boundRegion.add(bounds); entities .add(new CategoryLabelEntity( tick.getCategory(), boundRegion, tooltip, null)); } } categoryIndex++;