isDrawEntryLabelsEnabled method

bool isDrawEntryLabelsEnabled()

Returns true if drawing the entry labels is enabled, false if not.

@return

Implementation

bool isDrawEntryLabelsEnabled() {
  return _drawEntryLabels;
}