emptyLaneLabel property

String emptyLaneLabel
final

Label text to draw on a merged empty lane.

This will only be drawn if all of the measures for a domain are null, and mergeEmptyLanes is enabled.

The renderer must be configured with a BarLabelDecorator for this label to be drawn.

Implementation

final String emptyLaneLabel;