Constructor
new VizTooltipOptionsBuilder()
Methods
build
Builds the object.
public VizTooltipOptions build()
maxHeight
public VizTooltipOptionsBuilder maxHeight(Double maxHeight)
maxWidth
public VizTooltipOptionsBuilder maxWidth(Double maxWidth)
mode
public VizTooltipOptionsBuilder mode(TooltipDisplayMode mode)
sort
public VizTooltipOptionsBuilder sort(SortOrder sort)
See also